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 enum
Kinds 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
-
WellDefinitionException
- Parameters:
message
- aString
object.t
- aWellDefinitionException.Type
object.
-
WellDefinitionException
-
WellDefinitionException
-
WellDefinitionException
-
-
Method Details
-
getType
- Returns:
- the type of exception.
-