com.ibm.dse.tools.workbench.base
Class ValidationException

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

public class ValidationException
extends RepositoryException

The class ValidationException is thrown by the Workbench when a table cannot validate the row contents.

See Also:
Serialized Form

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

ValidationException

public ValidationException(java.lang.String s,
                           java.lang.String[] errorStack)
Constructs a ValidationException with a specified detail message and the error stack
Parameters:
s - java.lang.String
errorStack - java.lang.String[]