uk.co.weft.domutil
Class GenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.co.weft.domutil.GenerationException
- All Implemented Interfaces:
- java.io.Serializable
- public class GenerationException
- extends java.lang.Exception
A general purpose exception thrown when generating a DOM
structure; potential superclass for more specific exceptions..
- Version:
- $Revision: 1.5.4.1 $
This revision: $Author: simon $
$Log: GenerationException.java,v $
Revision 1.5.4.1 2005/12/23 10:48:32 simon
Brute force tidy up after CVS server crash: this time it should work.
Revision 1.5 2004/02/22 17:33:28 simon
Added package 'configurator', a servlet for configuring and delivering
WAR archive files. Also general tidying up of comments and formatting.
Revision 1.4 2003/08/20 09:38:35 simon
Code cleanup with eclipse; mostly removal of exccessive includes
Revision 1.3 2003/04/28 13:21:55 simon
The start of internationalisation. Quite a major change so much
testing needed!
Revision 1.2 2002/01/17 12:25:05 simon
Hold onto (and tell us about) exception which caused this exception.
Revision 1.1 2000/10/16 12:14:51 simon
Friends of NodeGenerator, intended to aid document generation.
- Author:
- Simon Brooke
- See Also:
- Serialized Form
|
Constructor Summary |
GenerationException(java.lang.String s)
|
GenerationException(java.lang.String s,
java.lang.Exception c)
hold on to the exception which gave rise to this exception (if
any) so that it can potentially be investigated up the chain |
|
Method Summary |
java.lang.Throwable |
getCause()
a method to get hold of my cause |
void |
printStackTrace(java.io.PrintWriter s)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GenerationException
public GenerationException(java.lang.String s)
GenerationException
public GenerationException(java.lang.String s,
java.lang.Exception c)
- hold on to the exception which gave rise to this exception (if
any) so that it can potentially be investigated up the chain
getCause
public java.lang.Throwable getCause()
- a method to get hold of my cause
printStackTrace
public void printStackTrace(java.io.PrintWriter s)