gov.sns.tools.beam.ens
Class EnsembleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gov.sns.xal.XalException
                    |
                    +--gov.sns.xal.model.ModelException
                          |
                          +--gov.sns.tools.beam.ens.EnsembleException
All Implemented Interfaces:
java.io.Serializable

public class EnsembleException
extends ModelException

See Also:
Serialized Form

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

EnsembleException

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


EnsembleException

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

Parameters:
msg - the detail message.