com.endeca.navigation
Class InternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.endeca.navigation.InternalException
All Implemented Interfaces:
Serializable

public class InternalException
extends RuntimeException

Exception signalling that an internal error has occured in the system. Internal errors often signal an unexpected error in the execution of the system.

See Also:
Serialized Form

Method Summary
 void printStackTrace()
          Prints the stack trace to the standard error stream.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

printStackTrace

public void printStackTrace()
Prints the stack trace to the standard error stream.

Overrides:
printStackTrace in class Throwable


© 2010 Endeca Technologies, Inc.
Endeca Confidential