All Packages Class Hierarchy This Package Previous Next Index
Class AT.Ac.univie.imp.loeffler.util.PreconditionNotMetException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----AT.Ac.univie.imp.loeffler.util.PreconditionNotMetException
- public class PreconditionNotMetException
- extends RuntimeException
Exception class that is thrown if a precondition of a method is not met.
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)
-
PreconditionNotMetException()
- construct with no particular message
-
PreconditionNotMetException(String)
- construct with the given message
PreconditionNotMetException
public PreconditionNotMetException()
- construct with no particular message
PreconditionNotMetException
public PreconditionNotMetException(String msg)
- construct with the given message
- Parameters:
- msg - the message
All Packages Class Hierarchy This Package Previous Next Index