nl.gx.webmanager.handler.forms
Class InitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.gx.webmanager.handler.forms.InitializationException
All Implemented Interfaces:
java.io.Serializable

public class InitializationException
extends java.lang.Exception

An initialization exception is thrown by the formhandler if a form definition was invalid or required components could not be initialized.

See Also:
Serialized Form

Constructor Summary
InitializationException(java.lang.Exception cause)
          Constructs a new initialization exception.
InitializationException(java.lang.String message)
          Constructs a new initialization exception.
InitializationException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new initialization 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

InitializationException

public InitializationException(java.lang.String message)
Constructs a new initialization exception.

Parameters:
message - The string describing the cause of the exception.

InitializationException

public InitializationException(java.lang.String message,
                               java.lang.Throwable cause)
Constructs a new initialization exception.

Parameters:
message - The string describing the cause of the exception.
cause - The root cause of the exception.

InitializationException

public InitializationException(java.lang.Exception cause)
Constructs a new initialization exception.

Parameters:
cause - The root cause of the exception.


Copyright © 2007-2010 GX creative online development BV. All Rights Reserved.