public class XMLLoadException extends RuntimeException
Gui
from an XML file.Constructor and Description |
---|
XMLLoadException(@NotNull String message)
Constructs the exception with a given message
|
XMLLoadException(@NotNull String message,
@NotNull Throwable cause)
Constructs the exception with a given message and cause
|
XMLLoadException(@NotNull 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 @NotNull String message)
message
- the message to showpublic XMLLoadException(@NotNull @NotNull Throwable cause)
cause
- the cause of this exceptionCopyright © 2021. All rights reserved.