org.jactr.core.production.condition
Class CannotMatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jactr.core.production.condition.CannotMatchException
All Implemented Interfaces:
java.io.Serializable

public class CannotMatchException
extends java.lang.Exception

Description of the Class

Author:
harrison
See Also:
Serialized Form

Constructor Summary
CannotMatchException(java.lang.String message)
          Constructor for the CannotMatchException object
CannotMatchException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 java.lang.Throwable fillInStackTrace()
          no need for stack traces here
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CannotMatchException

public CannotMatchException(java.lang.String message)
Constructor for the CannotMatchException object

Parameters:
message - Description of the Parameter

CannotMatchException

public CannotMatchException(java.lang.String message,
                            java.lang.Exception e)
Method Detail

fillInStackTrace

public java.lang.Throwable fillInStackTrace()
no need for stack traces here

Overrides:
fillInStackTrace in class java.lang.Throwable
See Also:
Throwable.fillInStackTrace()