com.japisoft.formula.lib
Class LibException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.japisoft.formula.lib.LibException
All Implemented Interfaces:
java.io.Serializable

public class LibException
extends java.lang.RuntimeException

Exception for library

More information at : http://www.japisoft.com

Version:
1.0
Author:
(c) 2002 JAPISoft
See Also:
Serialized Form

Constructor Summary
LibException(Lib source, java.lang.String message)
           
LibException(java.lang.String message)
           
 
Method Summary
 Lib getSource()
           
 
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

LibException

public LibException(Lib source,
                    java.lang.String message)

LibException

public LibException(java.lang.String message)
Method Detail

getSource

public Lib getSource()