org.jactr.core.chunktype
Class IllegalChunkTypeStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.jactr.core.chunktype.IllegalChunkTypeStateException
All Implemented Interfaces:
java.io.Serializable

public class IllegalChunkTypeStateException
extends java.lang.IllegalStateException

thrown when something funky is attempted with a chunk - setting/getting a slot value for an impossible slot..

Author:
harrison
See Also:
Serialized Form

Constructor Summary
IllegalChunkTypeStateException(java.lang.String message)
          Constructor for the IllegalChunkTypeStateException object
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalChunkTypeStateException

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

Parameters:
message - Description of the Parameter