org.dyndns.kwitte.jfunction
Class FunctionFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dyndns.kwitte.jfunction.FunctionFormatException
All Implemented Interfaces:
java.io.Serializable

public class FunctionFormatException
extends java.lang.Exception

An Exception that indicates that a term has an invalid format.

See Also:
Serialized Form

Constructor Summary
FunctionFormatException()
          Creates a new instance.
FunctionFormatException(java.lang.String msg)
          Creates a new instance.
 
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

FunctionFormatException

public FunctionFormatException()
Creates a new instance.


FunctionFormatException

public FunctionFormatException(java.lang.String msg)
Creates a new instance.

Parameters:
msg - a description of the error.