Open SiteSearch 4.1.1
Final

ORG.oclc.jassi
Class JavaPageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ORG.oclc.jassi.JavaPageException
Direct Known Subclasses:
FailurePage, SuccessPage

public class JavaPageException
extends Exception

The JavaPageException class defines the exception message used in FailurePage as expressed in classes implementing JavaPage.

See Also:
FailurePage, Serialized Form

Field Summary
 int code
          Integer code associated with the exception.
 String msg
          String message associated with the exception.
 Date when
          Date and Time when the exception occurred.
 
Constructor Summary
JavaPageException()
          Constructs a JavaPageException object.
 
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
 

Field Detail

when

public Date when
Date and Time when the exception occurred.

code

public int code
Integer code associated with the exception.

msg

public String msg
String message associated with the exception.
Constructor Detail

JavaPageException

public JavaPageException()
Constructs a JavaPageException object.

Open SiteSearch 4.1.1
Final