com.hardcode.gdbms.engine.function
Class FunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hardcode.gdbms.engine.function.FunctionException
All Implemented Interfaces:
java.io.Serializable

public class FunctionException
extends java.lang.Exception

Excepción producida en el código de las funciones

Author:
Fernando González Cortés
See Also:
Serialized Form

Constructor Summary
FunctionException()
           
FunctionException(java.lang.String message)
          DOCUMENT ME!
FunctionException(java.lang.String message, java.lang.Throwable cause)
          DOCUMENT ME!
FunctionException(java.lang.Throwable cause)
          DOCUMENT ME!
 
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()

FunctionException

public FunctionException(java.lang.String message)
DOCUMENT ME!

Parameters:
message -

FunctionException

public FunctionException(java.lang.String message,
                         java.lang.Throwable cause)
DOCUMENT ME!

Parameters:
message -
cause -

FunctionException

public FunctionException(java.lang.Throwable cause)
DOCUMENT ME!

Parameters:
cause -


Copyright © 2005-2006 . All Rights Reserved.