com.facetmap
Class InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.facetmap.InternalException
- All Implemented Interfaces:
- java.io.Serializable
public class InternalException
- extends java.lang.Exception
Indicates a failure somewhere in the Facetmap engine or its subsystems.
Instances of SQLException, FileNotFoundException, and other such
internal exceptions should be wrapped in an InternalException and
thrown.
- See Also:
- Serialized Form
|
Method Summary |
java.lang.Exception |
getException()
Deprecated. No longer necessary with Java 1.4 |
| 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 |
InternalException
public InternalException()
InternalException
public InternalException(java.lang.String msg)
InternalException
public InternalException(java.lang.Throwable thr)
InternalException
public InternalException(java.lang.String msg,
java.lang.Throwable thr)
getException
public java.lang.Exception getException()
- Deprecated. No longer necessary with Java 1.4