org.activemath.content.mediator
Class MediatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.activemath.content.mediator.MediatorException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- KBCallerException, MappingParseException, OntologyException, QueryParseException, UniqueURIException
public class MediatorException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MediatorException
public MediatorException()
MediatorException
public MediatorException(String message)
- Parameters:
message -
MediatorException
public MediatorException(Throwable cause)
- Parameters:
cause -
MediatorException
public MediatorException(String message,
Throwable cause)
- Parameters:
message - cause -