当前页面:
在线文档首页 >
JBoss RULES 3.0.6 API 英文版文档
DroolsParserException - JBoss RULES 3.0.6 API 英文版文档
org.drools.compiler
Class DroolsParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drools.CheckedDroolsException
org.drools.compiler.DroolsParserException
- All Implemented Interfaces:
- java.io.Serializable
public class DroolsParserException
- extends CheckedDroolsException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DroolsParserException
public DroolsParserException()
- See Also:
Exception.Exception()
DroolsParserException
public DroolsParserException(java.lang.String message)
- See Also:
Exception.Exception(String message)
DroolsParserException
public DroolsParserException(java.lang.String message,
java.lang.Throwable cause)
- See Also:
Exception.Exception(String message, Throwable cause)
DroolsParserException
public DroolsParserException(java.lang.Throwable cause)
- See Also:
Exception.Exception(Throwable cause)