gov.sns.xal.slg
Class LatticeError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gov.sns.xal.slg.LatticeError
All Implemented Interfaces:
java.io.Serializable

public class LatticeError
extends java.lang.Exception

See Also:
Serialized Form

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

Constructor Detail

LatticeError

public LatticeError()
Creates a new instance of LatticeError without detail message.


LatticeError

public LatticeError(java.lang.String msg)
Constructs an instance of LatticeError with the specified detail message.

Parameters:
msg - the detail message.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable