Package xal.model

Class ModelException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EnsembleException, PropagationException, SynchronizationException

public class ModelException extends XalException
Base exception class for exceptions thrown by the XAL online model.
Since:
Sept 9, 2002
Author:
Christopher K. Allen
See Also:
  • Constructor Details

    • ModelException

      public ModelException()
      Creates a new instance of ModelException
    • ModelException

      public ModelException(String strMsg)
      Creates a new instance of ModelException with message
    • ModelException

      public ModelException(String strMsg, Exception excSrc)
      Create a new ModelException 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