net.sourceforge.jane
Class JaneException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.commons.lang.exception.NestableException
                    |
                    +--net.sourceforge.jane.JaneException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable
Direct Known Subclasses:
InvalidPathException

public class JaneException
extends org.apache.commons.lang.exception.NestableException

An exception in the Jane library.

Author:
Calvin Yu
See Also:
Serialized Form

Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
JaneException(java.lang.String msg)
          Create a new JaneException.
JaneException(java.lang.String msg, java.lang.Throwable t)
          Create a new JaneException.
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JaneException

public JaneException(java.lang.String msg)
Create a new JaneException.

JaneException

public JaneException(java.lang.String msg,
                     java.lang.Throwable t)
Create a new JaneException.


Copyright © 2002-2002 SourceForge. All Rights Reserved.