Uses of Class
org.xerial.core.XerialException

Packages that use XerialException
org.xerial.amoeba   
org.xerial.amoeba.query Amoeba Join processor, amoeba join query lexer/parser, etc. 
org.xerial.db widgets and bean classes for viewing and updating database contents. 
org.xerial.json JSON reader/writer and classes to represent JSON values (JSONObject, JSONArray, JSONString, JSONNumber, etc.) 
org.xerial.mlpress   
org.xerial.raquel   
org.xerial.tomcat   
org.xerial.util.bean BeanUtil library that supports smooth exchange between JSON(XML) data and Java (bean class) objects 
org.xerial.util.bean.impl   
org.xerial.util.cui The command line argument parser. 
org.xerial.util.graph graph structure library including adjacency list, automaton, etc. 
org.xerial.util.xml   
org.xerial.util.xml.analyzer   
org.xerial.util.xml.index   
org.xerial.wiki   
 

Uses of XerialException in org.xerial.amoeba
 

Methods in org.xerial.amoeba that throw XerialException
 void XMLOrganizer.load(String sqliteDBFileName)
           
 

Uses of XerialException in org.xerial.amoeba.query
 

Subclasses of XerialException in org.xerial.amoeba.query
 class AmoebaQueryException
           
 

Uses of XerialException in org.xerial.db
 

Subclasses of XerialException in org.xerial.db
 class DBException
          An exception base class related to the database package
 

Uses of XerialException in org.xerial.json
 

Subclasses of XerialException in org.xerial.json
 class JSONException
          Exception class related JSON
 

Uses of XerialException in org.xerial.mlpress
 

Methods in org.xerial.mlpress that throw XerialException
 void MLPress.run(String[] args)
           
 

Uses of XerialException in org.xerial.raquel
 

Subclasses of XerialException in org.xerial.raquel
 class RaquelException
          A base exception class for the org.xerial.raquel package.
 

Uses of XerialException in org.xerial.tomcat
 

Subclasses of XerialException in org.xerial.tomcat
 class TomcatException
          Exception related to Tomcat
 

Uses of XerialException in org.xerial.util.bean
 

Subclasses of XerialException in org.xerial.util.bean
 class BeanException
           
 

Methods in org.xerial.util.bean that throw XerialException
 void TreeVisitor.finish(TreeWalker walker)
          When the tree visit has finished
 void TreeVisitor.init(TreeWalker walker)
          Initialize the visitor here
 void TreeVisitor.leaveNode(String nodeName, String nodeValue, TreeWalker walker)
          When leaving a node
static void BeanUtil.populateBeanWithMap(Object bean, Map<?,?> map)
           
 void TreeVisitor.visitNode(String nodeName, TreeWalker walker)
          When found a node
 void JSONStreamWalker.walk_internal()
           
 void XMLWalker.walk()
           
abstract  void TreeWalker.walk()
          Start walking
 void MapWalker.walk()
           
 void JSONStreamWalker.walk()
           
 void ANTLRWalker.walk()
           
 void ANTLRWalker.walk(org.antlr.runtime.tree.Tree t)
           
 

Uses of XerialException in org.xerial.util.bean.impl
 

Methods in org.xerial.util.bean.impl that throw XerialException
static
<E> E
BeanUtilImpl.createBeanFromJSON(Class<E> beanType, Reader jsonReader)
           
static
<E> E
BeanUtilImpl.createBeanFromMap(Class<E> beanType, Map map)
           
static
<E> E
BeanUtilImpl.createBeanFromParseTree(Class<E> beanType, org.antlr.runtime.tree.Tree parseTree, String[] parserTokenNames)
           
static
<E> E
BeanUtilImpl.createBeanFromXML(Class<E> beanType, Element xmlElement)
           
static
<E> E
BeanUtilImpl.createBeanFromXML(Class<E> beanType, Reader xmlReader)
           
 void BeanBindingProcess.finish(TreeWalker walker)
           
 void BeanBindingProcess.init(TreeWalker walker)
           
 void BeanBindingProcess.leaveNode(String nodeName, String nodeValue, TreeWalker walker)
           
static Object BeanUtilImpl.populateBeanWithJSON(Object bean, Reader jsonReader)
           
static Object BeanUtilImpl.populateBeanWithMap(Object bean, Map map)
           
static Object BeanUtilImpl.populateBeanWithParseTree(Object bean, org.antlr.runtime.tree.Tree parseTree, String[] parserTokenNames)
           
static Object BeanUtilImpl.populateBeanWithXML(Object bean, Element xmlElement)
           
static Object BeanUtilImpl.populateBeanWithXML(Object bean, Reader xmlReader)
           
 void BeanBindingProcess.visitNode(String nodeName, TreeWalker walker)
           
 

Uses of XerialException in org.xerial.util.cui
 

Subclasses of XerialException in org.xerial.util.cui
 class OptionParserException
          An exception class thrown when illegal states are found when parsing command line arguments
 

Uses of XerialException in org.xerial.util.graph
 

Subclasses of XerialException in org.xerial.util.graph
 class GraphException
          Exception base class related to Graph package
 

Uses of XerialException in org.xerial.util.xml
 

Subclasses of XerialException in org.xerial.util.xml
 class InvalidXMLException
          invalidなフォーマットのXMLが入力されたときのための例外
 class XMLException
          The base class for XML related exceptions
 

Uses of XerialException in org.xerial.util.xml.analyzer
 

Methods in org.xerial.util.xml.analyzer that throw XerialException
 void XMLNodeRelationAnalyzer.perform(String[] args)
           
 

Uses of XerialException in org.xerial.util.xml.index
 

Methods in org.xerial.util.xml.index that throw XerialException
 void StrongDataGuide.generateFrom(Reader xmlReader)
          Generates the StrongDataGuide from the Reader
 void DataGuide.generateFrom(Reader xmlReader)
          readerからXMLを読み込んで、DataGuideを生成する
 void StrongDataGuide.generateFrom(String xmlFile)
          Generates the StrongDataGuide from the XML file
 void DataGuide.generateFrom(String xmlFile)
          xml fileを読んでDataGuideを生成する。
 

Uses of XerialException in org.xerial.wiki
 

Subclasses of XerialException in org.xerial.wiki
 class WikiEngine.WikiError
           
 class WikiException
          WikiException
 class WikiPluginException
          Exception thrown within WikiPlugin
 



Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.