pamvotis.exceptions
Class UnknownDistributionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pamvotis.exceptions.UnknownDistributionException
All Implemented Interfaces:
java.io.Serializable

public class UnknownDistributionException
extends java.lang.Exception

Handles exceptions related to incorrect difinition of stochastic process distributions. For example, the user configures a distribution for the packet length other than 'c', 'u' or 'e' that are currently supported by the system.

Author:
Dimitris El. Vassis
See Also:
Serialized Form

Constructor Summary
UnknownDistributionException(java.lang.String msg)
          Prints a message configured by the entity thrown the exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownDistributionException

public UnknownDistributionException(java.lang.String msg)
Prints a message configured by the entity thrown the exception.

Parameters:
msg - The message to be printed.