Package de.julielab.jcore.consumer.xmi
Class XmiDataInsertionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.julielab.jcore.consumer.xmi.XmiDataInsertionException
-
- All Implemented Interfaces:
Serializable
public class XmiDataInsertionException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmiDataInsertionException()XmiDataInsertionException(String message)XmiDataInsertionException(String message, Throwable cause)XmiDataInsertionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)XmiDataInsertionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XmiDataInsertionException
public XmiDataInsertionException()
-
XmiDataInsertionException
public XmiDataInsertionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
XmiDataInsertionException
public XmiDataInsertionException(String message)
-
XmiDataInsertionException
public XmiDataInsertionException(Throwable cause)
-
-