org.xerial.raquel
Class RaquelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xerial.core.XerialException
              extended by org.xerial.raquel.RaquelException
All Implemented Interfaces:
Serializable

public class RaquelException
extends XerialException

A base exception class for the org.xerial.raquel package.

Author:
leo
See Also:
Serialized Form

Constructor Summary
RaquelException(RaquelErrorCode errorCode)
           
RaquelException(RaquelErrorCode errorCode, String message)
           
RaquelException(RaquelErrorCode errorCode, String message, Throwable cause)
           
RaquelException(RaquelErrorCode errorCode, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.xerial.core.XerialException
concatinateMessage
 
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

RaquelException

public RaquelException(RaquelErrorCode errorCode)

RaquelException

public RaquelException(RaquelErrorCode errorCode,
                       String message,
                       Throwable cause)

RaquelException

public RaquelException(RaquelErrorCode errorCode,
                       String message)

RaquelException

public RaquelException(RaquelErrorCode errorCode,
                       Throwable cause)


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