gov.sns.xal
Class XalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gov.sns.xal.XalException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ChannelException, ModelException, ParsingException

public class XalException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
XalException()
          Creates new XalException without detail message.
XalException(java.lang.String msg)
          Constructs an XalException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XalException

public XalException()
Creates new XalException without detail message.


XalException

public XalException(java.lang.String msg)
Constructs an XalException with the specified detail message.

Parameters:
msg - the detail message.