com.unitesk.atp.messages
Class FatalErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.unitesk.atp.messages.FatalErrorException
All Implemented Interfaces:
Serializable

public class FatalErrorException
extends RuntimeException

Indicates request to stop program execution because of fatal error.

Version:
$Id: FatalErrorException.java,v 1.1 2004/10/12 08:22:23 all-x Exp $
Author:
Alexey Demakov
See Also:
Serialized Form

Constructor Summary
FatalErrorException(int code)
          Constructs exception with given exit code.
 
Method Summary
 int getCode()
           
 
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

FatalErrorException

public FatalErrorException(int code)
Constructs exception with given exit code.

Parameters:
code - Exit code
Method Detail

getCode

public int getCode()


Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.