Class IllegalFormTypeException

All Implemented Interfaces:
Serializable

public class IllegalFormTypeException 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:
  • Constructor Details

    • IllegalFormTypeException

      public IllegalFormTypeException(String msg, Throwable cause)
    • IllegalFormTypeException

      public IllegalFormTypeException(String msg)