org.drools.smf
Class SemanticsReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.drools.DroolsException
              extended by org.drools.smf.SemanticModuleException
                  extended by org.drools.smf.SemanticsReaderException
All Implemented Interfaces:
Serializable

public class SemanticsReaderException
extends SemanticModuleException

See Also:
Serialized Form

Constructor Summary
SemanticsReaderException(String detailMessage)
          Constructs a SemanticsReaderException with the specified detail message.
SemanticsReaderException(Throwable cause)
          Constructs a SemanticsReaderException with the specified cause.
 
Method Summary
 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(String detailMessage)
Constructs a SemanticsReaderException with the specified detail message.

Parameters:
detailMessage - the detail message.

SemanticsReaderException

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

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

getMessage

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

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


Copyright © 2001-2005 The Codehaus. All Rights Reserved.