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
|
Field Summary |
protected java.lang.Exception |
exception
|
| 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 |
exception
protected java.lang.Exception exception
InternalException
public InternalException()
InternalException
public InternalException(java.lang.String msg)
InternalException
public InternalException(java.lang.Exception exc)
getException
public java.lang.Exception getException()