edu.harvard.deas.hyperenc
Class PageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.harvard.deas.hyperenc.PageException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PageCreationException

public class PageException
extends Exception

See Also:
Serialized Form

Constructor Summary
PageException(String s)
           
PageException(String s, Throwable cause)
           
 
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

PageException

public PageException(String s)

PageException

public PageException(String s,
                     Throwable cause)