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

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

public class ResolveException
extends Exception

Exception class for all sort of errors that at placeholder resolver by trying to resolve a placeholder.

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

Constructor Summary
ResolveException()
          Creates a default resolve exception without specific details about the occurred error.
ResolveException(String message)
          Creates a resolve exception with the given error detail message.
ResolveException(String message, Throwable cause)
          Creates a resolve exception with the given error detail message and given cause that caused the exception.
ResolveException(Throwable cause)
          Creates a resolve exception that was caused because of the given cause.
 
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

ResolveException

public ResolveException()
Creates a default resolve exception without specific details about the occurred error.

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

ResolveException

public ResolveException(String message)
Creates a resolve exception with the given error detail message.

Parameters:
message - null or non null.
Since:
0.0.1 (sasl-common-aspect-library)

ResolveException

public ResolveException(Throwable cause)
Creates a resolve exception that was caused because of the given cause.

Parameters:
cause - null or non null.
Since:
0.0.1 (sasl-common-aspect-library)

ResolveException

public ResolveException(String message,
                        Throwable cause)
Creates a resolve exception with the given error detail message and given cause that caused the exception.

Parameters:
message - null or non null.
cause - null or non null.
Since:
0.0.1 (sasl-common-aspect-library)


Copyright © 2010. All Rights Reserved.