Package org.jbake.app
Class JBakeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jbake.app.JBakeException
-
- All Implemented Interfaces:
java.io.Serializable
public class JBakeException extends java.lang.RuntimeExceptionThis runtime exception is thrown by JBake API to indicate an processing error.It always contains an error message and if available the cause.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JBakeException(SystemExit exit, java.lang.String message)JBakeException(SystemExit exit, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetExit()
-
-
-
Constructor Detail
-
JBakeException
public JBakeException(SystemExit exit, java.lang.String message, java.lang.Throwable cause)
- Parameters:
message- The error message.cause- The causing exception ornullif no cause available.
-
JBakeException
public JBakeException(SystemExit exit, java.lang.String message)
-
-