org.deduced.xml
Class DecodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deduced.xml.DecodeException
All Implemented Interfaces:
java.io.Serializable

public class DecodeException
extends java.lang.Exception

DecodeException

Author:
Steve McDuff
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          serial version
 
Constructor Summary
DecodeException()
          constructor for DecodeException
DecodeException(java.lang.String message)
          constructor for DecodeException
DecodeException(java.lang.String message, java.lang.Throwable cause)
          constructor for DecodeException
DecodeException(java.lang.Throwable cause)
          constructor for DecodeException
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
serial version

See Also:
Constant Field Values
Constructor Detail

DecodeException

public DecodeException()
constructor for DecodeException


DecodeException

public DecodeException(java.lang.String message)
constructor for DecodeException

Parameters:
message - the error message

DecodeException

public DecodeException(java.lang.String message,
                       java.lang.Throwable cause)
constructor for DecodeException

Parameters:
message - the error message
cause - the exception that caused this one

DecodeException

public DecodeException(java.lang.Throwable cause)
constructor for DecodeException

Parameters:
cause - the exception that caused this one