ru.onego.industrial.catalog.util
Class FunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ru.onego.industrial.catalog.util.FunctionException
All Implemented Interfaces:
java.io.Serializable

public final class FunctionException
extends java.lang.Exception

Functions exception

Version:
1.0
Author:
Lev Levin
See Also:
Serialized Form

Constructor Summary
FunctionException(java.lang.String message)
          Creates new functions exception.
 
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

FunctionException

public FunctionException(java.lang.String message)
Creates new functions exception.

Parameters:
message - Description of the exception cause