org.xerial.core
Class XerialException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
concatinateMessage
protected static String concatinateMessage(Object... message)

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