|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fr.tireme.schemadoc.schemaquality.exceptions.Xs2dtdException
public class Xs2dtdException
XS2DTD exceptions The 'message' used in the various constructors should correspond to a specific key of the log.exceptions ressource bundle in order to be properly localised.
| Constructor Summary | |
|---|---|
Xs2dtdException()
Default Constructor. |
|
Xs2dtdException(java.util.logging.Level severity,
java.lang.String message)
Construct a new Xs2dtdException object with a severity and a message |
|
Xs2dtdException(java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodname,
java.lang.String message)
Construct a new Xs2dtdException object with a severity, class and method names and a message |
|
Xs2dtdException(java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodname,
java.lang.String message,
java.lang.Exception e)
Construct a new Xs2dtdException object with a severity, class and method names, a message and a previous exception |
|
Xs2dtdException(java.lang.String message)
Construct a new Xs2dtdException object with a message. |
|
| Method Summary | |
|---|---|
void |
print()
Print exception detailed information |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Xs2dtdException()
public Xs2dtdException(java.lang.String message)
message - the exception message
public Xs2dtdException(java.util.logging.Level severity,
java.lang.String message)
severity - the exception severity (@see java.util.logging.Level)message - the exception message
public Xs2dtdException(java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodname,
java.lang.String message)
severity - the exception severity (@see java.util.logging.Level)className - Name of the class of the object that raised the
exceptionmethodname - Name of the method that raised the exceptionmessage - the exception message
public Xs2dtdException(java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodname,
java.lang.String message,
java.lang.Exception e)
severity - the exception severity (@see java.util.logging.Level)className - Name of the class of the object that raised the
exceptionmethodname - Name of the method that raised the exceptionmessage - the exception messagee - the previous exception| Method Detail |
|---|
public void print()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||