org.xerial.util.bean
Class BeanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xerial.core.XerialException
              extended by org.xerial.util.bean.BeanException
All Implemented Interfaces:
Serializable

public class BeanException
extends XerialException

See Also:
Serialized Form

Constructor Summary
BeanException(BeanErrorCode errorCode, Object... message)
           
BeanException(BeanErrorCode errorCode, String message)
           
BeanException(BeanErrorCode errorCode, String message, Throwable e)
           
BeanException(BeanErrorCode errorCode, Throwable e)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class org.xerial.core.XerialException
concatinateMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

BeanException

public BeanException(BeanErrorCode errorCode,
                     String message,
                     Throwable e)
Parameters:
errorCode -
message -
e -

BeanException

public BeanException(BeanErrorCode errorCode,
                     String message)
Parameters:
errorCode -
message -

BeanException

public BeanException(BeanErrorCode errorCode,
                     Throwable e)
Parameters:
errorCode -
e -

BeanException

public BeanException(BeanErrorCode errorCode,
                     Object... message)
Parameters:
errorCode -
message -
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


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