Class DexpiXmlReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
neqsim.process.processmodel.dexpi.DexpiXmlReaderException
- All Implemented Interfaces:
Serializable
Exception thrown when there is an error reading a DEXPI XML file.
- Version:
- 1.0
- Author:
- NeqSim
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDexpiXmlReaderException(String message) Creates a new exception with the specified message.DexpiXmlReaderException(String message, Throwable cause) Creates a new exception with the specified message and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
DexpiXmlReaderException
Creates a new exception with the specified message.- Parameters:
message- the error message
-
DexpiXmlReaderException
-