com.facetmap
Class InternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
InternalException()
           
InternalException(java.lang.String msg)
           
InternalException(java.lang.String msg, java.lang.Throwable thr)
           
InternalException(java.lang.Throwable thr)
           
 
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
 

Constructor Detail

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)
Method Detail

getException

public java.lang.Exception getException()
Deprecated. No longer necessary with Java 1.4