public class XMLLoadException extends RuntimeException
Gui
from an XML file.Constructor and Description |
---|
XMLLoadException(String message)
Constructs the exception with a given message
|
XMLLoadException(Throwable cause)
Constructs the exception with a given cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XMLLoadException(@NotNull String message)
message
- the message to showpublic XMLLoadException(@NotNull Throwable cause)
cause
- the cause of this exzceptionCopyright © 2019. All rights reserved.