|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.spaceroots.rkcheck.RKCheckException
This class is the base class for all specific exceptions thrown by the rkcheck classes.
When the rkcheck classes throw exceptions that are specific to the package, these exceptions are always subclasses of RKCheckException. When exceptions that are already covered by the standard java API should be thrown, like ArrayIndexOutOfBoundsException or IllegalArgumentException, these standard exceptions are thrown rather than the rkcheck specific ones.
| Constructor Summary | |
RKCheckException()
Simple constructor. |
|
RKCheckException(java.lang.String message)
Simple constructor. |
|
RKCheckException(java.lang.String specifier,
java.lang.String[] parts)
Simple constructor. |
|
RKCheckException(java.lang.String specifier,
java.lang.String[] parts,
java.lang.Throwable cause)
Simple constructor. |
|
RKCheckException(java.lang.String message,
java.lang.Throwable cause)
Simple constructor. |
|
RKCheckException(java.lang.Throwable cause)
Simple constructor. |
|
| 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 RKCheckException()
public RKCheckException(java.lang.String message)
message - message to translate
public RKCheckException(java.lang.String specifier,
java.lang.String[] parts)
specifier - format specifier (to be translated)parts - to insert in the format (no translation)public RKCheckException(java.lang.Throwable cause)
cause - cause of this exception
public RKCheckException(java.lang.String message,
java.lang.Throwable cause)
message - message to translatecause - cause of this exception
public RKCheckException(java.lang.String specifier,
java.lang.String[] parts,
java.lang.Throwable cause)
specifier - format specifier (to be translated)parts - to insert in the format (no translation)cause - cause of this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||