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 aNullPrintableExceptionwith no detail message.Constructs aNullPrintableExceptionwith 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 aNullPrintableExceptionwith no detail message. -
NullPrintableException
Constructs aNullPrintableExceptionwith the specified detail message.- Parameters:
s- the detail message.
-