Class TrdpConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.trdp.config.TrdpConfigException
- All Implemented Interfaces:
Serializable
Checked exception thrown when loading or validating a TRDP XML configuration fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTrdpConfigException(String message) Creates an exception with the given message.TrdpConfigException(String message, Throwable cause) Creates an exception with the given message and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TrdpConfigException
Creates an exception with the given message.- Parameters:
message- the detail message.
-
TrdpConfigException
-