Models
Class Distributions.DistributionsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Models.Distributions.DistributionsException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Distributions

public static class Distributions.DistributionsException
extends java.lang.Exception

Exception for use there is a problem calculating a distribution

See Also:
Serialized Form

Constructor Summary
Distributions.DistributionsException(java.lang.String msg)
          Default constructor
 
Method Summary
 
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

Distributions.DistributionsException

public Distributions.DistributionsException(java.lang.String msg)
Default constructor

Parameters:
msg - Message describing the problem