com.agentfactory.cldc.logic
Class MalformedLogicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.agentfactory.cldc.logic.MalformedLogicException
All Implemented Interfaces:
java.io.Serializable

public class MalformedLogicException
extends java.lang.RuntimeException

This exception is thrown when there is a logic problem.

See Also:
Serialized Form

Constructor Summary
MalformedLogicException(java.lang.String inString)
          Creates an instance of MalformedLogicExcpetion.
 
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

MalformedLogicException

public MalformedLogicException(java.lang.String inString)
Creates an instance of MalformedLogicExcpetion.

Parameters:
inString - the message that is displayed by the exception.