Uses of Class
org.onemind.jxp.JxpPageParseException

Packages that use JxpPageParseException
org.onemind.jxp   
 

Uses of JxpPageParseException in org.onemind.jxp
 

Fields in org.onemind.jxp declared as JxpPageParseException
private  JxpPageParseException JxpPage._pageParseException
          the error message *
 

Methods in org.onemind.jxp that return JxpPageParseException
 JxpPageParseException JxpPage.getParseException()
          Return the pageParseException
 

Methods in org.onemind.jxp with parameters of type JxpPageParseException
 void JxpPage.setParseException(JxpPageParseException pageParseException)
          Set the pageParseException
 

Methods in org.onemind.jxp that throw JxpPageParseException
 AstJxpDocument CachingPageSource.getJxpDocument(JxpPage page)
          Get the jxp document for the JxpPage
protected  AstJxpDocument ByteArrayPageSource.parseJxpDocument(JxpPage page)