java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.project.ParseException
- All Implemented Interfaces:
Serializable
Exception thrown when a script cannot be parsed into a graph or project
model.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofParseExceptionwithout detail message.ParseException(String message) Constructs an instance ofParseExceptionwith the specified detail message.ParseException(String message, Throwable cause) Constructs an instance ofParseExceptionwith the specified detail message and cause.ParseException(Throwable cause) Constructs an instance ofParseExceptionwith the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
public ParseException()Creates a new instance ofParseExceptionwithout detail message. -
ParseException
Constructs an instance ofParseExceptionwith the specified detail message.- Parameters:
message- the detail message
-
ParseException
Constructs an instance ofParseExceptionwith the specified detail message and cause.- Parameters:
message- the detail messagecause- cause
-
ParseException
Constructs an instance ofParseExceptionwith the specified cause.- Parameters:
cause- cause
-