public class InvalidAnnotationException extends NucleusUserException
Modifier and Type | Field and Description |
---|---|
protected String |
messageKey
Message resources key
|
Constructor and Description |
---|
InvalidAnnotationException(String key,
Object... params)
Constructor with message resource, message params
|
InvalidAnnotationException(String key,
Throwable cause,
Object... params)
Constructor with message resource, message param and cause exception
|
Modifier and Type | Method and Description |
---|---|
String |
getMessageKey()
Return message resource key
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
protected String messageKey
public InvalidAnnotationException(String key, Throwable cause, Object... params)
key
- message resources keycause
- cause exceptionparams
- parameterspublic String getMessageKey()
Copyright © 2019. All rights reserved.