Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ru.gammalabs.ice.framework
Class InternalException  view InternalException download InternalException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byru.gammalabs.ice.framework.InternalException
All Implemented Interfaces:
java.io.Serializable

public class InternalException
extends java.lang.RuntimeException

Внутренняя ошибка. Используется там, где не предусмотренно обработки ошибок.

Version:
$Revision: 1.2 $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InternalException(java.lang.String message)
          Constructs Internal exception without cause.
InternalException(java.lang.Throwable cause)
          Construct Internal exception without message.
InternalException(java.lang.Throwable cause, java.lang.String message)
          Construct Internal exception with cause.
 
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(java.lang.String message)
Constructs Internal exception without cause.


InternalException

public InternalException(java.lang.Throwable cause)
Construct Internal exception without message.


InternalException

public InternalException(java.lang.Throwable cause,
                         java.lang.String message)
Construct Internal exception with cause.