Class MetaDescriptionInteractionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.julielab.jcore.pipeline.builder.base.exceptions.MetaDescriptionInteractionException
-
- All Implemented Interfaces:
Serializable
public class MetaDescriptionInteractionException extends RuntimeException
TheMetaDescriptionclass contains IO operations at places where one would not really expect them, e.g. getter and even setter. The reason is lazy loading, we don't want to load all artifacts for all meta descriptions at application startup because it takes very long and most artifacts won't be used anyway.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetaDescriptionInteractionException()MetaDescriptionInteractionException(String message)MetaDescriptionInteractionException(String message, Throwable cause)MetaDescriptionInteractionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)MetaDescriptionInteractionException(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
-
MetaDescriptionInteractionException
public MetaDescriptionInteractionException()
-
MetaDescriptionInteractionException
public MetaDescriptionInteractionException(String message)
-
MetaDescriptionInteractionException
public MetaDescriptionInteractionException(String message, Throwable cause)
-
MetaDescriptionInteractionException
public MetaDescriptionInteractionException(Throwable cause)
-
-