|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ozziefix.jlwizard.exceptions.WizardException
com.ozziefix.jlwizard.exceptions.ForwardException
public class ForwardException
This exception is thrown when a forward to another pages fails.
| Constructor Summary | |
|---|---|
ForwardException()
Create a new ForwardException |
|
ForwardException(java.lang.String message)
Create a new ForwardException |
|
ForwardException(java.lang.String message,
java.lang.Throwable cause)
Create a new ForwardException |
|
ForwardException(java.lang.Throwable cause)
Create a new ForwardException |
|
| 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 |
|---|
public ForwardException()
Create a new ForwardException
public ForwardException(java.lang.String message)
Create a new ForwardException
message - the error message
public ForwardException(java.lang.String message,
java.lang.Throwable cause)
Create a new ForwardException
message - the error messagecause - the cause of the exceptionpublic ForwardException(java.lang.Throwable cause)
Create a new ForwardException
cause - the cause of the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||