Package com.tailf.proto
Class ConfEDecodeException
Object
Throwable
Exception
com.tailf.proto.ConfEException
com.tailf.proto.ConfEDecodeException
- All Implemented Interfaces:
 Serializable
Exception raised when an attempt is made to create an E term by decoding a
 sequence of bytes that does not represent the type of term that was
 requested.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConfEDecodeException(String msg, Throwable cause) Provides a detailed message. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ConfEDecodeException
Provides a detailed message. - 
ConfEDecodeException
 
 -