net.sf.sasl.language.placeholder.aop.interpreter
Class InterpreterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.sasl.language.placeholder.aop.interpreter.InterpreterException
All Implemented Interfaces:
Serializable

public class InterpreterException
extends Exception

Since:
0.0.1 (sasl-common-aspect-library)
Author:
Philipp Förmer
See Also:
Serialized Form

Constructor Summary
InterpreterException()
           
InterpreterException(String message)
           
InterpreterException(String message, Throwable throwable)
           
InterpreterException(Throwable throwable)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterpreterException

public InterpreterException()
Since:
0.0.1 (sasl-common-aspect-library)

InterpreterException

public InterpreterException(String message)
Parameters:
message -
Since:
0.0.1 (sasl-common-aspect-library)

InterpreterException

public InterpreterException(Throwable throwable)
Parameters:
throwable -
Since:
0.0.1 (sasl-common-aspect-library)

InterpreterException

public InterpreterException(String message,
                            Throwable throwable)
Parameters:
message -
throwable -
Since:
0.0.1 (sasl-common-aspect-library)


Copyright © 2010. All Rights Reserved.