gov.sns.tools.beam
Class BeamException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gov.sns.tools.beam.BeamException
All Implemented Interfaces:
java.io.Serializable

public class BeamException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
BeamException()
          Creates a new instance of PhysicsException without detail message.
BeamException(java.lang.String msg)
          Constructs an instance of PhysicsException 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

BeamException

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


BeamException

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

Parameters:
msg - the detail message.