Class NullPrintableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.common.NullPrintableException
All Implemented Interfaces:
Serializable

public class NullPrintableException extends Exception
Thrown when an application attempts to use null in a case where a printable component is required.
See Also:
  • Constructor Details

    • NullPrintableException

      public NullPrintableException()
      Constructs a NullPrintableException with no detail message.
    • NullPrintableException

      public NullPrintableException(String s)
      Constructs a NullPrintableException with the specified detail message.
      Parameters:
      s - the detail message.