Class InvalidUsageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.daffodil.api.exceptions.InvalidUsageException
- All Implemented Interfaces:
Serializable
This exception will be thrown as a result of an invalid usage of the Daffodil API
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidUsageException
(String message) constructor for error message onlyInvalidUsageException
(String message, Throwable cause) constructor for error 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
-
InvalidUsageException
constructor for error message only- Parameters:
message
- error message
-
InvalidUsageException
constructor for error message and cause- Parameters:
message
- error messagecause
- error cause
-