name.benjaminjwhite.zdecimal
Class DataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by name.benjaminjwhite.zdecimal.DataException
All Implemented Interfaces:
java.io.Serializable

public final class DataException
extends java.lang.Exception

When input byte array is not packed decimal format or number to convert is not valid.

See Also:
Serialized Form

Constructor Summary
DataException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataException

public DataException(java.lang.String message)
Parameters:
message -