SalesPoint v3.3 API

sale
Class InvalidDisplayException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by sale.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.
 
Method Summary
 
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 v3.3 API