Package xal.model.xml
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xal.XalException
xal.model.xml.ParsingException
- All Implemented Interfaces:
Serializable
Encapsulates description of error encountered parsing a
Lattice
.- Version:
- $id:
- Author:
- Craig McChesney
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParsingException
(String msg) Creates exception with detail message.ParsingException
(Throwable excSrc) Create a newParsingException
object which is spawned (in principle) by the given exception object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParsingException
Creates exception with detail message.- Parameters:
msg
- description of error
-
ParsingException
Create a newParsingException
object which is spawned (in principle) by the given exception object.- Parameters:
excSrc
- originating cause for the exception
-