Package net.ontopia.topicmaps.viz
Class VizigatorReportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.ontopia.utils.OntopiaRuntimeException
-
- net.ontopia.topicmaps.viz.VizigatorReportException
-
- All Implemented Interfaces:
Serializable
public class VizigatorReportException extends OntopiaRuntimeException
INTERNAL: Reports known error conditions, that can typically be corrected by the user.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.ontopia.utils.OntopiaRuntimeException
cause
-
-
Constructor Summary
Constructors Constructor Description VizigatorReportException(String message)
-
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
-
-
-
-
Constructor Detail
-
VizigatorReportException
public VizigatorReportException(String message)
-
-