Class ModelParseException

All Implemented Interfaces:
Serializable

public class ModelParseException extends ModelException
Thrown when an error is encountered during XML parsing
Author:
Daniel Meyer
See Also:
  • Constructor Details

    • ModelParseException

      public ModelParseException()
    • ModelParseException

      public ModelParseException(String message, Throwable cause)
    • ModelParseException

      public ModelParseException(String message)
    • ModelParseException

      public ModelParseException(Throwable cause)