SalesPoint Framework v3.0

sale
Class InvalidDisplayException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--sale.InvalidDisplayException

public class InvalidDisplayException
extends RuntimeException

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

Since:
v2.0
Version:
2.0 27/05/1999
Author:
Steffen Zschaler
See Also:
Serialized Form

Constructor Summary
InvalidDisplayException()
          Create a new InvalidDisplayException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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.0