org.drools.smf
Class SemanticsReaderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.drools.DroolsException
              extended byorg.drools.smf.SemanticModuleException
                  extended byorg.drools.smf.SemanticsReaderException
All Implemented Interfaces:
java.io.Serializable

public class SemanticsReaderException
extends SemanticModuleException

See Also:
Serialized Form
 

Constructor Summary
SemanticsReaderException(java.lang.String detailMessage)
          Constructs a SemanticsReaderException with the specified detail message.
SemanticsReaderException(java.lang.Throwable cause)
          Constructs a SemanticsReaderException with the specified cause.
 
Method Summary
 java.lang.String getMessage()
          Retrieve the error message.
 
Methods inherited from class org.drools.DroolsException
getLocalizedMessage, getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SemanticsReaderException

public SemanticsReaderException(java.lang.String detailMessage)
Constructs a SemanticsReaderException with the specified detail message.

Parameters:
detailMessage - the detail message.

SemanticsReaderException

public SemanticsReaderException(java.lang.Throwable cause)
Constructs a SemanticsReaderException with the specified cause.

Parameters:
cause - the Throwable that caused this SemanticsReaderException
Method Detail

getMessage

public java.lang.String getMessage()
Description copied from class: DroolsException
Retrieve the error message.

Overrides:
getMessage in class DroolsException
Returns:
The error message.
See Also:
Throwable