edu.jhu.cs.cisst.algorithms.optimize.fmg.util
Class AssertionFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.jhu.cs.cisst.algorithms.optimize.fmg.util.AssertionFailedException
All Implemented Interfaces:
java.io.Serializable

public class AssertionFailedException
extends java.lang.RuntimeException

Exception class that is thrown if an assertion failed. Since this class is a subclass of RuntimeException it is not enforced by the compiler to catch objects of this class.

Author:
Gerald Loeffler (Gerald.Loeffler@univie.ac.at)
See Also:
Serialized Form

Constructor Summary
AssertionFailedException()
          construct with no particular message.
AssertionFailedException(java.lang.String msg)
          construct with the given message.
 
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

AssertionFailedException

public AssertionFailedException()
construct with no particular message.


AssertionFailedException

public AssertionFailedException(java.lang.String msg)
construct with the given message.

Parameters:
msg - the message