Class InvalidGeneratorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.daffodil.api.exceptions.InvalidGeneratorException
All Implemented Interfaces:
Serializable

public class InvalidGeneratorException extends Exception
This exception will be thrown as a result of attempting to use a generator for an invalid language
See Also:
  • Constructor Details

    • InvalidGeneratorException

      public InvalidGeneratorException(String msg)
      constructor for error message only
      Parameters:
      msg - error message
    • InvalidGeneratorException

      public InvalidGeneratorException(String msg, Throwable cause)
      constructor for error message and cause
      Parameters:
      msg - error message
      cause - error cause