|
|||||||||
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
com.billpringle.utils.WrpValidateCsv.ValidationRuntimeException
public class WrpValidateCsv.ValidationRuntimeException
Inner class for validation run time exception
This class can be used to throw and handle exceptions during run time.
Field Summary | |
---|---|
(package private) java.lang.String |
DebugInfo
additional Exception field used to store debugging information (e.g., values of variables, and indicating of where exception was thrown, etc.) |
(package private) static long |
serialVersionUID
|
Constructor Summary | |
---|---|
WrpValidateCsv.ValidationRuntimeException()
Default constructor with no debugging information |
|
WrpValidateCsv.ValidationRuntimeException(java.lang.String DebugInfo)
constructor with debugging information specified |
|
WrpValidateCsv.ValidationRuntimeException(java.lang.String DebugInfo,
java.lang.String Message)
Constructor with message and debugging information |
Method Summary | |
---|---|
java.lang.String |
getDebugInfo()
Get the debugging information for this exception |
void |
setDebugInfo(java.lang.String debugInfo)
Set the debugging information for this exception |
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 |
Field Detail |
---|
static final long serialVersionUID
java.lang.String DebugInfo
Constructor Detail |
---|
public WrpValidateCsv.ValidationRuntimeException()
public WrpValidateCsv.ValidationRuntimeException(java.lang.String DebugInfo)
DebugInfo
- string containing debugging informationpublic WrpValidateCsv.ValidationRuntimeException(java.lang.String DebugInfo, java.lang.String Message)
DebugInfo
- string containing debugging informationMessage
- exception messageMethod Detail |
---|
public java.lang.String getDebugInfo()
public void setDebugInfo(java.lang.String debugInfo)
debugInfo
- the debugInfo to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |