|
jacquard 1.12.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.co.weft.htform.InitialisationException
A general purpose exception thrown if an HTForm component fails during initialisation.
$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.
| 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 |
public InitialisationException(java.lang.String message,
java.lang.Throwable cause)
message - cause - public InitialisationException(java.lang.String message)
message -
|
jacquard 1.12.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||