Package xal.model.xml

Class ParsingException

All Implemented Interfaces:
Serializable

public class ParsingException extends XalException
Encapsulates description of error encountered parsing a Lattice.
Version:
$id:
Author:
Craig McChesney
See Also:
  • Constructor Details

    • ParsingException

      public ParsingException(String msg)
      Creates exception with detail message.
      Parameters:
      msg - description of error
    • ParsingException

      public ParsingException(Throwable excSrc)
      Create a new ParsingException object which is spawned (in principle) by the given exception object.
      Parameters:
      excSrc - originating cause for the exception