JTR 5.0 API Documentation

jtr.lang.functions
Class UnknownFunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jtr.lang.functions.UnknownFunctionException
All Implemented Interfaces:
java.io.Serializable

public class UnknownFunctionException
extends java.lang.RuntimeException

This exception is thrown whenever an unknown function is met.

Since:
5.0
Version:
5.0
Author:
frusso
See Also:
Serialized Form

Constructor Summary
UnknownFunctionException(java.lang.String msg, java.lang.Throwable cause)
          Costructor.
 
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

UnknownFunctionException

public UnknownFunctionException(java.lang.String msg,
                                java.lang.Throwable cause)
Costructor.

Parameters:
msg -
cause -

The JTR Project is licensed under GPL version 2