Package com.activeviam.fwk
Class ActiveViamParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.activeviam.fwk.ActiveViamRuntimeException
com.activeviam.fwk.ActiveViamParsingException
- All Implemented Interfaces:
Serializable
A subclass of
ActiveViamRuntimeException that can register arbitrary values in order to
use them in a subsequent catch block. Used mostly in sources to have enable detailed reporting of
errors.- Author:
- ActiveViam
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAn enumeration of all the possible types of annotations. -
Constructor Summary
ConstructorsConstructorDescriptionActiveViamParsingException(String message, ActiveViamParsingException.ParsingExceptionType type, Object... annotations) Constructor.ActiveViamParsingException(String message, Throwable cause, ActiveViamParsingException.ParsingExceptionType type, Object... annotations) Constructor.ActiveViamParsingException(Throwable cause, ActiveViamParsingException.ParsingExceptionType type, Object... annotations) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActiveViamParsingException
public ActiveViamParsingException(String message, Throwable cause, ActiveViamParsingException.ParsingExceptionType type, Object... annotations) Constructor. -
ActiveViamParsingException
public ActiveViamParsingException(String message, ActiveViamParsingException.ParsingExceptionType type, Object... annotations) Constructor. -
ActiveViamParsingException
public ActiveViamParsingException(Throwable cause, ActiveViamParsingException.ParsingExceptionType type, Object... annotations) Constructor.
-
-
Method Details
-
getType
Returns the type set with in the constructor. -
getAnnotations
Returns the annotations set in the constructor.
-