is.lill.acre.logic
Class MalformedTermException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by is.lill.acre.logic.MalformedTermException
All Implemented Interfaces:
java.io.Serializable

public class MalformedTermException
extends java.lang.Exception

Exception to flag that an attempt to parse a string as a Term has failed, as the string is mis-formatted.

See Also:
Serialized Form

Constructor Summary
MalformedTermException(java.lang.String msg)
          Constructor
 
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

MalformedTermException

public MalformedTermException(java.lang.String msg)
Constructor

Parameters:
msg - The message associated with the exception