Package net.ontopia.topicmaps.db2tm
Class DB2TMInputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.ontopia.utils.OntopiaRuntimeException
-
- net.ontopia.topicmaps.db2tm.DB2TMException
-
- net.ontopia.topicmaps.db2tm.DB2TMInputException
-
- All Implemented Interfaces:
Serializable
public class DB2TMInputException extends DB2TMException
INTERNAL: Thrown when data input errors are detected by DB2TM.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.ontopia.utils.OntopiaRuntimeException
cause
-
-
Constructor Summary
Constructors Constructor Description DB2TMInputException(String message)
DB2TMInputException(String message, Throwable cause)
DB2TMInputException(String message, Entity entity, String[] tuple)
DB2TMInputException(String message, Entity entity, String[] tuple, String value)
DB2TMInputException(String message, Relation relation, String[] tuple)
-
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
-
DB2TMInputException
public DB2TMInputException(String message)
-
-