Module org.praxislive.code.services
Class CompilationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.code.services.tools.CompilationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofCompilationExceptionwithout detail message.Constructs an instance ofCompilationExceptionwith the specified detail message.CompilationException(String msg, Throwable cause) CompilationException(Throwable 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
-
CompilationException
public CompilationException()Creates a new instance ofCompilationExceptionwithout detail message. -
CompilationException
Constructs an instance ofCompilationExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
CompilationException
-
CompilationException
-