SalesPoint Framework v3.1

sale
Class InvalidDisplayException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bysale.InvalidDisplayException
All Implemented Interfaces:
Serializable

public class InvalidDisplayException
extends RuntimeException

Exception thrown by all methods in NullDisplay to indicate that this is not a valid display.

Since:
v2.0
Author:
Steffen Zschaler
See Also:
Serialized Form

Constructor Summary
InvalidDisplayException()
          Create a new InvalidDisplayException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDisplayException

public InvalidDisplayException()
Create a new InvalidDisplayException.


SalesPoint Framework v3.1