ca.idms.io
Class DecimalFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by ca.idms.io.DecimalFormatException
All Implemented Interfaces:
java.io.Serializable

public class DecimalFormatException
extends java.io.IOException

Thrown when an attempt is made to convert invalid packed or zoned decimal data.

Version:
1.00, 08/02/00
Author:
Dave Ross
See Also:
Serialized Form

Constructor Summary
DecimalFormatException()
          Constructs a new DecimalFormatException.
DecimalFormatException(java.lang.String s)
          Constructs a new DecimalFormatException.
 
Method Summary
 
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
 

Constructor Detail

DecimalFormatException

public DecimalFormatException()
Constructs a new DecimalFormatException.


DecimalFormatException

public DecimalFormatException(java.lang.String s)
Constructs a new DecimalFormatException.

Parameters:
s - detail message.


Copyright © 2009 CA, All rights reserved