alt.jiapi.reflect
Class JiapiRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by alt.jiapi.reflect.JiapiRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class JiapiRuntimeException
extends java.lang.RuntimeException

Root runtime exception for Jiapi exceptions.

Author:
Mika Riekkinen, Joni Suominen
See Also:
Serialized Form

Constructor Summary
JiapiRuntimeException(java.lang.String message)
           
JiapiRuntimeException(java.lang.String message, java.lang.Throwable detail)
           
 
Method Summary
 java.lang.Throwable getDetail()
           
 
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

JiapiRuntimeException

public JiapiRuntimeException(java.lang.String message)

JiapiRuntimeException

public JiapiRuntimeException(java.lang.String message,
                             java.lang.Throwable detail)
Method Detail

getDetail

public java.lang.Throwable getDetail()


Copyright © 2001. Documenation generated August 26 2011.