org.xerial.core
Class XerialException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xerial.core.XerialException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmoebaQueryException, BeanException, DBException, GraphException, JSONException, OptionParserException, RaquelException, TomcatException, WikiEngine.WikiError, WikiException, XMLException

public class XerialException
extends Exception

The base class of exceptions for Xerial Project

Author:
leo
See Also:
Serialized Form

Constructor Summary
XerialException()
           
XerialException(Object... message)
           
XerialException(String message)
           
XerialException(String message, Throwable cause)
           
XerialException(Throwable cause)
           
 
Method Summary
protected static String concatinateMessage(Object... message)
           
 
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

XerialException

public XerialException()

XerialException

public XerialException(String message,
                       Throwable cause)
Parameters:
message -
cause -

XerialException

public XerialException(String message)
Parameters:
message -

XerialException

public XerialException(Throwable cause)
Parameters:
cause -

XerialException

public XerialException(Object... message)
Method Detail

concatinateMessage

protected static String concatinateMessage(Object... message)


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