org.jactr.core.production
Class CannotInstantiateException

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

public class CannotInstantiateException
extends java.lang.Exception

Description of the Class

Author:
harrison
See Also:
Serialized Form

Constructor Summary
CannotInstantiateException(java.lang.String message)
          Constructor for the CannotInstantiateException object
CannotInstantiateException(java.lang.String message, java.lang.Exception cause)
           
 
Method Summary
 java.lang.Throwable fillInStackTrace()
          we don't need stack trace information
 
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

CannotInstantiateException

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

Parameters:
message - Description of the Parameter

CannotInstantiateException

public CannotInstantiateException(java.lang.String message,
                                  java.lang.Exception cause)
Method Detail

fillInStackTrace

public java.lang.Throwable fillInStackTrace()
we don't need stack trace information

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