Side of Software
Wizard Library 1.6

sos.wizard
Class InvalidPageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--sos.wizard.InvalidPageException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPageException
extends java.lang.Exception

Exception thrown when a page's data is invalid.

Since:
1.0
See Also:
Page.validate()

Constructor Summary
InvalidPageException()
          Creates an InvalidPageException with no detail message.
InvalidPageException(java.lang.String message)
          Creates an InvalidPageException with the specified detail message.
 
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

InvalidPageException

public InvalidPageException()
Creates an InvalidPageException with no detail message.


InvalidPageException

public InvalidPageException(java.lang.String message)
Creates an InvalidPageException with the specified detail message.

Parameters:
message - the detail message

Side of Software
Wizard Library 1.6

Copyright 2004-07 Side of Software (SOS). All rights reserved.