public class CheckedDroolsException extends Exception
drools Logic Engine
exception.Constructor and Description |
---|
CheckedDroolsException() |
CheckedDroolsException(String message) |
CheckedDroolsException(String message,
Throwable cause) |
CheckedDroolsException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getRootCause()
Deprecated.
Use Throwable.getCause()
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CheckedDroolsException()
Exception.Exception()
public CheckedDroolsException(String message)
Exception.Exception(String message)
public CheckedDroolsException(Throwable cause)
Exception.Exception(Throwable cause)
public Throwable getRootCause()
Throwable
,
if this exception has a root cause, else null
.Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.