org.eclipse.actf.validation.rulebase
Class MalformedRuleBaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.actf.validation.rulebase.MalformedRuleBaseException
All Implemented Interfaces:
Serializable

public class MalformedRuleBaseException
extends Exception

See Also:
Serialized Form

Constructor Summary
MalformedRuleBaseException(String message)
           
MalformedRuleBaseException(String message, Throwable cause)
           
MalformedRuleBaseException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

MalformedRuleBaseException

public MalformedRuleBaseException(String message)

MalformedRuleBaseException

public MalformedRuleBaseException(Throwable cause)

MalformedRuleBaseException

public MalformedRuleBaseException(String message,
                                  Throwable cause)