sale
Class InvalidDisplayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidDisplayException
public InvalidDisplayException()
- Create a new InvalidDisplayException.