de.fzi.kadmos.api
Class KADMOSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fzi.kadmos.api.KADMOSException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AlignmentAlgorithmException, AlignmentParserException, CloudException, IncompatibleAlignmentsException, IncompatibleEntityTypesException, IncompatibleOntologyException, KADMOSCMDException, MultiplicityException
public class KADMOSException
- extends Exception
Parent exception for unexpected behaviour of KADMOS.
- Since:
- 1.0.0
- Version:
- 1.3.0
- Author:
- Juergen Bock
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
KADMOSException
public KADMOSException(String message)
- Creates a new
KADMOSException
with description message.
- Parameters:
message
- Message describing the problem.- Since:
- 1.0.0
KADMOSException
public KADMOSException(String message,
Throwable cause)
- Creates a new
KADMOSException
with description message
and cause.
- Parameters:
message
- Message describing the problem.cause
- Cause of this exception.- Since:
- 1.0.0
Copyright © 2012. All Rights Reserved.