com.facetmap
Class InternalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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
           
 
Constructor Summary
InternalException()
           
InternalException(java.lang.Exception exc)
           
InternalException(java.lang.String msg)
           
 
Method Summary
 java.lang.Exception getException()
           
 
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
 

Field Detail

exception

protected java.lang.Exception exception
Constructor Detail

InternalException

public InternalException()

InternalException

public InternalException(java.lang.String msg)

InternalException

public InternalException(java.lang.Exception exc)
Method Detail

getException

public java.lang.Exception getException()