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

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

public class FormatException
extends WorkbenchException

The class FormatException is thrown by the Workbench when is not possible to format a Java Object to a string using a defined pattern

See Also:
Serialized Form

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

FormatException

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

FormatException

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