Class InfosetTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.daffodil.api.infoset.InfosetTypeException
All Implemented Interfaces:
Serializable

public class InfosetTypeException extends Exception
Thrown if you try to access a simple type but the value of the InfosetSimpleElement is not convertible to that type.
See Also:
  • Constructor Details

    • InfosetTypeException

      public InfosetTypeException(String msg, Throwable cause)
      constructor for string and throwable
      Parameters:
      msg - error message
      cause - error throwable
    • InfosetTypeException

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

      public InfosetTypeException(Throwable cause)
      constructor for sthrowable only
      Parameters:
      cause - error throwable