Package ontopoly.model
Class OntopolyModelRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.ontopia.utils.OntopiaRuntimeException
-
- ontopoly.model.OntopolyModelRuntimeException
-
- All Implemented Interfaces:
Serializable
public class OntopolyModelRuntimeException extends OntopiaRuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.ontopia.utils.OntopiaRuntimeException
cause
-
-
Constructor Summary
Constructors Constructor Description OntopolyModelRuntimeException(String message)
OntopolyModelRuntimeException(String message, Throwable cause)
OntopolyModelRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class net.ontopia.utils.OntopiaRuntimeException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-