public class NullPrintableException extends Exception
null in a
case where a printable component is required.| Constructor and Description |
|---|
NullPrintableException()
Constructs a
NullPrintableException with no detail message. |
NullPrintableException(String s)
Constructs a
NullPrintableException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NullPrintableException()
NullPrintableException with no detail message.public NullPrintableException(String s)
NullPrintableException with the specified
detail message.s - the detail message.Copyright © 2003, 2023, Oracle and/or its affiliates.