Class IllegalTypeException

  • All Implemented Interfaces:
    Serializable

    public class IllegalTypeException
    extends EngineException
    Thrown when type is invalid. The type is generic and context dependent - it can be for instance identity type or attribute value syntax type.
    Author:
    K. Benedyczak
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalTypeException

        public IllegalTypeException​(String msg,
                                    Throwable cause)
      • IllegalTypeException

        public IllegalTypeException​(String msg)