org.LexGrid.LexBIG.Exceptions
Class LBRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.LexGrid.LexBIG.Exceptions.LBRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class LBRuntimeException
extends java.lang.RuntimeException

Superclass for unchecked exceptions issued by the LexBIG runtime.

Note: Runtime exceptions are used to indicate a programming problem detected by the runtime system or inappropriate use of the API. Intended to be used sparingly in cases where the cost of requesting a check on the exception exceeds the benefit of catching or declaring it.

Version:
1.0
See Also:
Serialized Form

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

LBRuntimeException

public LBRuntimeException(java.lang.String message)

LBRuntimeException

public LBRuntimeException(java.lang.String message,
                          java.lang.Throwable cause)

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.