|
HDIV API 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hdiv.exception.HDIVException
public class HDIVException
Exception thrown when HDIV validation is not passed.
| Constructor Summary | |
|---|---|
HDIVException()
Create a new exception. |
|
HDIVException(java.lang.String message)
Constructs a new runtime exception with the specified detail message. |
|
HDIVException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new runtime exception with the specified detail message and cause. |
|
HDIVException(java.lang.Throwable cause)
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Returns the cause of this throwable or null if the cause is
nonexistent or unknown. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 HDIVException()
RuntimeExceptionpublic HDIVException(java.lang.Throwable cause)
cause - the cause (which is saved for later retrieval by the
getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)RuntimeException.RuntimeException(java.lang.Throwable)public HDIVException(java.lang.String message)
Throwable.initCause(java.lang.Throwable).
message - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.RuntimeException
public HDIVException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message (which is saved for later retrieval by the
Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the
getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)RuntimeException| Method Detail |
|---|
public java.lang.Throwable getCause()
null if the cause is
nonexistent or unknown. (The cause is the throwable that caused this throwable
to get thrown.)
getCause in class java.lang.ThrowableThrowable.getCause()
|
HDIV 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||