Package com.portal.common
Class NullPrintableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.common.NullPrintableException
- All Implemented Interfaces:
Serializable
Thrown when an application attempts to use
null
in a
case where a printable component is required.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aNullPrintableException
with no detail message.Constructs aNullPrintableException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NullPrintableException
public NullPrintableException()Constructs aNullPrintableException
with no detail message. -
NullPrintableException
Constructs aNullPrintableException
with the specified detail message.- Parameters:
s
- the detail message.
-