Package com.tailf.conf
Class ConfBadTermException
Object
Throwable
Exception
com.tailf.conf.ConfException
com.tailf.conf.ConfBadTermException
- All Implemented Interfaces:
Serializable
Exception thrown when protocol data is malformed.
- See Also:
-
Constructor Summary
ConstructorDescriptionConfBadTermException
(String msg, int codeInteger, Throwable cause) ConfBadTermException
(String msg, ErrorCode code, Throwable cause) -
Method Summary
Methods inherited from class com.tailf.conf.ConfException
getErrorCode, getOpaque, mk, mk
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfBadTermException
-
ConfBadTermException
-