Class DexpiXmlReaderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
neqsim.process.processmodel.dexpi.DexpiXmlReaderException
All Implemented Interfaces:
Serializable

public class DexpiXmlReaderException extends Exception
Exception thrown when there is an error reading a DEXPI XML file.
Version:
1.0
Author:
NeqSim
See Also:
  • Field Details

  • Constructor Details

    • DexpiXmlReaderException

      public DexpiXmlReaderException(String message)
      Creates a new exception with the specified message.
      Parameters:
      message - the error message
    • DexpiXmlReaderException

      public DexpiXmlReaderException(String message, Throwable cause)
      Creates a new exception with the specified message and cause.
      Parameters:
      message - the error message
      cause - the underlying cause