org.onemind.jxp
Class JxpPageParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.onemind.jxp.JxpPageSourceException
              extended by org.onemind.jxp.JxpPageParseException
All Implemented Interfaces:
java.io.Serializable

public class JxpPageParseException
extends JxpPageSourceException

Represent a parse exception

Author:
TiongHiang Lee (thlee@onemindsoft.org)
See Also:
Serialized Form

Constructor Summary
JxpPageParseException()
          Constructor
JxpPageParseException(java.lang.String message)
          
JxpPageParseException(java.lang.String message, java.lang.Throwable cause)
          
JxpPageParseException(java.lang.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

JxpPageParseException

public JxpPageParseException()
Constructor


JxpPageParseException

public JxpPageParseException(java.lang.String message)


JxpPageParseException

public JxpPageParseException(java.lang.String message,
                             java.lang.Throwable cause)


JxpPageParseException

public JxpPageParseException(java.lang.Throwable cause)