@ThreadSafe
public class InitializationException
extends java.lang.Exception
| Constructor and Description |
|---|
InitializationException()
Creates a new InitializationException.
|
InitializationException(java.lang.String msg)
Creates a new InitializationException.
|
InitializationException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new InitializationException.
|
InitializationException(java.lang.String msg,
java.lang.Throwable ex,
boolean fatal)
Creates a new InitializationException.
|
InitializationException(java.lang.Throwable ex)
Creates a new InitializationException.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFatal()
Get the value of fatal.
|
void |
setFatal(boolean fatal)
Set the value of fatal.
|
public InitializationException()
public InitializationException(java.lang.String msg)
msg - a message for the exception.public InitializationException(java.lang.Throwable ex)
ex - the cause of the exception.public InitializationException(java.lang.String msg,
java.lang.Throwable ex)
msg - a message for the exception.ex - the cause of the exception.public InitializationException(java.lang.String msg,
java.lang.Throwable ex,
boolean fatal)
msg - a message for the exception.ex - the cause of the exception.fatal - whether or not the exception is fatal.Copyright© 2012-21 Jeremy Long. All Rights Reserved.