- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.praxislive.core.syntax.InvalidSyntaxException
-
- All Implemented Interfaces:
Serializable
public class InvalidSyntaxException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSyntaxException()Creates a new instance ofInvalidSyntaxExceptionwithout detail message.InvalidSyntaxException(String msg)Constructs an instance ofInvalidSyntaxExceptionwith the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidSyntaxException
public InvalidSyntaxException()
Creates a new instance ofInvalidSyntaxExceptionwithout detail message.
-
InvalidSyntaxException
public InvalidSyntaxException(String msg)
Constructs an instance ofInvalidSyntaxExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
-