Package it.univr.di.cstnu.algorithms
Class WellDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.univr.di.cstnu.algorithms.WellDefinitionException
- All Implemented Interfaces:
Serializable
Some common types of unsatisfied property for well-defined CSTN.
- Version:
- $Rev: 840 $
- Author:
- posenato
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumKinds of possible errors in checking well-definition property. -
Constructor Summary
ConstructorsConstructorDescriptionWellDefinitionException(String message) WellDefinitionException(String message, Throwable cause) WellDefinitionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) WellDefinitionException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WellDefinitionException
public WellDefinitionException() -
WellDefinitionException
- Parameters:
message- aStringobject.
-
WellDefinitionException
- Parameters:
message- aStringobject.t- aWellDefinitionException.Typeobject.
-
WellDefinitionException
- Parameters:
cause- aThrowableobject.
-
WellDefinitionException
-
WellDefinitionException
-
-
Method Details
-
getType
- Returns:
- the type of exception.
-