jacquard 1.12.0 by The Web Engineering Factory and Toolworks

uk.co.weft.htform
Class InitialisationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.co.weft.htform.InitialisationException
All Implemented Interfaces:
java.io.Serializable

public class InitialisationException
extends java.lang.Exception

A general purpose exception thrown if an HTForm component fails during initialisation.

Version:
$Revision: 1.3.4.1 $ This revision: $Author: simon $
  $Log: InitialisationException.java,v $
  Revision 1.3.4.1  2005/12/23 10:48:33  simon
  Brute force tidy up after CVS server crash: this time it should work.

  Revision 1.3  2004/05/25 18:18:23  simon
  A huge amount of work to get configurator working;
  now very close (BasicConfigurator completely works,
  FirstTime still doesn't quite). This has involved tweaks
  thoughout the toolkit.

  Revision 1.2  2003/08/20 09:38:35  simon
  Code cleanup with eclipse; mostly removal of exccessive includes

  Revision 1.1  2001/03/06 09:18:53  simon
  Added InitialisationException to CVS... should have done this weeks ago.


  
Author:
Simon Brooke (simon@weft.co.uk)
See Also:
Serialized Form

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

InitialisationException

public InitialisationException(java.lang.String message,
                               java.lang.Throwable cause)
Parameters:
message -
cause -

InitialisationException

public InitialisationException(java.lang.String message)
Parameters:
message -

jacquard 1.12.0 by The Web Engineering Factory and Toolworks