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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.tools.workbench.base.WorkbenchException
                    |
                    +--com.ibm.dse.tools.workbench.base.ParseException

public class ParseException
extends WorkbenchException

The class ParseException is thrown by the Workbench when is not possible to parse a data value to a Java object using a defined pattern

See Also:
Serialized Form

Constructor Summary
ParseException()
          Constructs a ParseException with no specified detail message.
ParseException(java.lang.String s)
          Constructs a ParseException with a specified detail message.
 
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

ParseException

public ParseException()
Constructs a ParseException with no specified detail message.

ParseException

public ParseException(java.lang.String s)
Constructs a ParseException with a specified detail message.
Parameters:
s - java.lang.String