edu.harvard.deas.hyperenc
Class PageCreationException

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

public class PageCreationException
extends PageException

An exception thrown when a random source fails to create a page.

See Also:
Serialized Form

Constructor Summary
PageCreationException(String s)
           
PageCreationException(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

PageCreationException

public PageCreationException(String s)

PageCreationException

public PageCreationException(String s,
                             Throwable cause)