com.googlecode.android_scripting.exception
Class Sl4aException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.googlecode.android_scripting.exception.Sl4aException
All Implemented Interfaces:
java.io.Serializable

public class Sl4aException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
Sl4aException(java.lang.Exception e)
           
Sl4aException(java.lang.String message)
           
Sl4aException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Sl4aException

public Sl4aException(java.lang.Exception e)

Sl4aException

public Sl4aException(java.lang.String message)

Sl4aException

public Sl4aException(java.lang.String message,
                     java.lang.Exception e)