Package com.tailf.conf
Class AmbiguousNamespaceException
Object
Throwable
Exception
RuntimeException
com.tailf.conf.AmbiguousNamespaceException
- All Implemented Interfaces:
 Serializable
Exception thrown when protocol data is malformed.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionException thrown when protocol data is malformed, message only.AmbiguousNamespaceException(String msg, Throwable cause) Exception thrown when protocol data is malformed, message and cause. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
AmbiguousNamespaceException
Exception thrown when protocol data is malformed, message only.- Parameters:
 msg- The message describing the exception
 - 
AmbiguousNamespaceException
Exception thrown when protocol data is malformed, message and cause.- Parameters:
 msg- The message describing the exceptioncause- The cause of the exception
 
 -