|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.dse.tools.workbench.base.WorkbenchException | +--com.ibm.dse.tools.workbench.base.RepositoryException | +--com.ibm.dse.tools.workbench.base.ValidationException
The class ValidationException
is thrown by the Workbench when a table cannot validate
the row contents.
Constructor Summary | |
ValidationException(java.lang.String s,
java.lang.String[] errorStack)
Constructs a ValidationException with a specified detail message and the error stack |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public ValidationException(java.lang.String s, java.lang.String[] errorStack)
s
- java.lang.StringerrorStack
- java.lang.String[]
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |