net.sourceforge.xmote.encoding
Class EncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.xmote.XmoteException
              extended by net.sourceforge.xmote.encoding.EncodingException
All Implemented Interfaces:
java.io.Serializable

public class EncodingException
extends XmoteException

Indicates an exceptional condition during the encoding/decoding of a value.

Author:
Jason Rush
See Also:
Serialized Form

Constructor Summary
EncodingException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncodingException

public EncodingException(java.lang.String message)


Copyright (C) 2007 Jason Rush. All Rights Reserved.