public class XMLReflectionException extends RuntimeException
XMLLoadException
if something goes wrong. This exception will only occur when
the reflection error happens after loading has finished.Constructor and Description |
---|
XMLReflectionException(String message)
Constructs the exception with a given message
|
XMLReflectionException(Throwable cause)
Constructs the exception with a given cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XMLReflectionException(@NotNull String message)
message
- the message to showpublic XMLReflectionException(@NotNull Throwable cause)
cause
- the cause of this exzceptionCopyright © 2019. All rights reserved.