com.basistech.util
Class NoRootDirectoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.basistech.util.NoRootDirectoryException
All Implemented Interfaces:
Serializable

public class NoRootDirectoryException
extends RuntimeException

Exception class when a Basis Technology runtime component cannot locate the necessary data or library files at runtime. This results when an application fails to set the bt.root system property or call com.basistech.util.Pathnames.setBTRootDirectory.

See Also:
Serialized Form

Constructor Summary
NoRootDirectoryException()
          Create an exception with a default message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoRootDirectoryException

public NoRootDirectoryException()
Create an exception with a default message.



Copyright © 2004-2008 Basis Technology Corporation. All Rights Reserved.