Class LevelHierarchyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.exceptions.IMPLogicsException
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.exceptions.LevelHierarchyException
- All Implemented Interfaces:
Serializable
Thrown as a generic Exception for the
LevelHierarchy class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLevelHierarchyException(String message) Constructs anLevelHierarchyExceptionclass with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LevelHierarchyException
Constructs anLevelHierarchyExceptionclass with the specified detail message.- Parameters:
message- the detail message.
-