Class InvalidGeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.daffodil.api.exceptions.InvalidGeneratorException
- All Implemented Interfaces:
Serializable
This exception will be thrown as a result of attempting to use
a generator for an invalid language
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionconstructor for error message onlyInvalidGeneratorException(String msg, 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
-
InvalidGeneratorException
constructor for error message only- Parameters:
msg- error message
-
InvalidGeneratorException
constructor for error message and cause- Parameters:
msg- error messagecause- error cause
-