org.apache.cocoon.generation
Class RequestParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xml.sax.SAXException
              extended byorg.apache.cocoon.generation.RequestParseException
All Implemented Interfaces:
Serializable

public final class RequestParseException
extends SAXException

See Also:
Serialized Form

Constructor Summary
RequestParseException(String message)
           
RequestParseException(String message, Exception cause)
           
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestParseException

public RequestParseException(String message)

RequestParseException

public RequestParseException(String message,
                             Exception cause)


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.