Package xal

Class XalException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ModelException, ParsingException

public class XalException extends Exception
General XAL base exception.
Since:
Oct 19, 2001
Version:
2.0
Author:
Christopher K. Allen
See Also:
  • Constructor Details

    • XalException

      public XalException()
      Creates new XalException without detail message.
    • XalException

      public XalException(String msg)
      Constructs an XalException with the specified detail message.
      Parameters:
      msg - the detail message.
    • XalException

      public XalException(String strMsg, Throwable excSrc)
      Create a new XalException object which is spawned (in principle) by the given exception object and has the given explanation message.
      Parameters:
      strMsg - explanation message for the exception
      excSrc - originating cause for the exception
      Since:
      Apr 27, 2011
    • XalException

      public XalException(Throwable excSrc)
      Create a new XalException object which is spawned (in principle) by the given exception object.
      Parameters:
      excSrc - originating cause for the exception
      Since:
      Apr 27, 2011