java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.praxislive.core.syntax.InvalidSyntaxException
- All Implemented Interfaces:
Serializable
Exception thrown when text syntax is invalid and cannot be parsed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofInvalidSyntaxExceptionwithout detail message.Constructs an instance ofInvalidSyntaxExceptionwith the specified detail message.InvalidSyntaxException(String message, Throwable cause) Constructs an instance ofInvalidSyntaxExceptionwith the specified detail message and cause.InvalidSyntaxException(Throwable cause) Constructs an instance ofInvalidSyntaxExceptionwith the specified detail 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
-
InvalidSyntaxException
public InvalidSyntaxException()Creates a new instance ofInvalidSyntaxExceptionwithout detail message. -
InvalidSyntaxException
Constructs an instance ofInvalidSyntaxExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
InvalidSyntaxException
Constructs an instance ofInvalidSyntaxExceptionwith the specified detail message and cause.- Parameters:
message- the detail message.cause- cause
-
InvalidSyntaxException
Constructs an instance ofInvalidSyntaxExceptionwith the specified detail cause.- Parameters:
cause- cause
-