public class MetaDescriptionInteractionException extends RuntimeException
MetaDescription class 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.| Constructor and Description |
|---|
MetaDescriptionInteractionException() |
MetaDescriptionInteractionException(String message) |
MetaDescriptionInteractionException(String message,
Throwable cause) |
MetaDescriptionInteractionException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
MetaDescriptionInteractionException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MetaDescriptionInteractionException()
public MetaDescriptionInteractionException(String message)
public MetaDescriptionInteractionException(String message, Throwable cause)
public MetaDescriptionInteractionException(Throwable cause)
Copyright © 2019 JULIE Lab, Germany. All rights reserved.