exceptions
Class ProbSystemException

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

public class ProbSystemException
extends java.lang.Exception

ProbSystem Exception

This exception is thrown when a logical error or redudancy error is detected within the probabilistic system.

Copyright(c) 2005 Université Laval, LSFM research group.

Version:
1.0
Author:
Nicolas Richard
See Also:
Serialized Form

Constructor Summary
ProbSystemException()
          Default constructor with no description
ProbSystemException(java.lang.String msg)
          Initialization 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

ProbSystemException

public ProbSystemException()
Default constructor with no description


ProbSystemException

public ProbSystemException(java.lang.String msg)
Initialization constructor

Parameters:
msg - a description of the exception