Class CopperlaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.mahe.copperlace.CopperlaceException
- All Implemented Interfaces:
Serializable
Runtime exception raised when Copperlace cannot load native code, parse
config, compile rules, or render a rule.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCopperlaceException(String message) Creates an exception with a detail message.CopperlaceException(String message, Throwable cause) Creates an exception with a detail message and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CopperlaceException
Creates an exception with a detail message.- Parameters:
message- detail message
-
CopperlaceException
-