net.sf.sasl.language.placeholder.syntax
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.sasl.language.placeholder.syntax.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends Exception

Exception class for all "errors" that can occur during parsing.

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

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

ParseException

public ParseException()
Creates a default parse exception without specific details about the occurred error.

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

ParseException

public ParseException(String message)
Creates a parse exception with the given error detail message.

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

ParseException

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

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

ParseException

public ParseException(String message,
                      Throwable cause)
Creates a parse 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.