Class BadLogicException
- All Implemented Interfaces:
Serializable
Implementation has incorrect behavior with respect to profile or other
interoperability methods.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadLogicException(String msg) Constructs aBadLogicExceptionwith the specified detail message.BadLogicException(String msg, Throwable t) Constructs aBadLogicExceptionwith the specified detail message and cause.Constructs aBadLogicExceptionwith the specified cause and a detail message ofcause.toString()which typically contains the class and detail message ofcause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadLogicException
-
BadLogicException
-
BadLogicException
Constructs aBadLogicExceptionwith the specified cause and a detail message ofcause.toString()which typically contains the class and detail message ofcause.- Parameters:
t- the cause of the exception
-