com.basistech.util
Class NoRootDirectoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoRootDirectoryException
public NoRootDirectoryException()
- Create an exception with a default message.
Copyright © 2004-2008 Basis Technology Corporation. All Rights Reserved.