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
public class CompilationException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompilationException()Creates a new instance ofCompilationExceptionwithout detail message.CompilationException(String msg)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 Detail
-
CompilationException
public CompilationException()
Creates a new instance ofCompilationExceptionwithout detail message.
-
CompilationException
public CompilationException(String msg)
Constructs an instance ofCompilationExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
CompilationException
public CompilationException(Throwable cause)
-
-