public abstract class PicoException extends RuntimeException
NullPointerException
when
null
values are provided for method arguments, and this is not allowed.Modifier | Constructor and Description |
---|---|
protected |
PicoException()
Construct a new exception with no cause and no detail message.
|
protected |
PicoException(String message)
Construct a new exception with no cause and the specified detail message.
|
protected |
PicoException(String message,
Throwable cause)
Construct a new exception with the specified cause and the specified detail message.
|
protected |
PicoException(Throwable cause)
Construct a new exception with the specified cause and no detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected PicoException()
protected PicoException(String message)
message
- the message detailing the exception.protected PicoException(Throwable cause)
cause
- the exception that caused this one.protected PicoException(String message, Throwable cause)
message
- the message detailing the exception.cause
- the exception that caused this one.Copyright © 2003–2015 Codehaus. All rights reserved.