org.openoffice.ide.eclipse.core.wizards.utils
Class NoSuchPageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openoffice.ide.eclipse.core.wizards.utils.NoSuchPageException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchPageException
extends java.lang.Exception

Exception thrown by the WizardPageSet when the required page doesn't exists.

Author:
cedricbosdo
See Also:
Serialized Form

Constructor Summary
NoSuchPageException()
           
 
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

NoSuchPageException

public NoSuchPageException()