structures
Class RootException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--structures.RootException

public class RootException
extends Exception

Thrown if a root does not exist in the database.

See Also:
Serialized Form

Constructor Summary
RootException()
          Constructs an RootException without a detail message.
RootException(String s)
          Constructs an RootException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RootException

public RootException()
Constructs an RootException without a detail message.

RootException

public RootException(String s)
Constructs an RootException with a detail message.
Parameters:
s - the detail message.