com.unitesk.atp.messages
Class FatalErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FatalErrorException
public FatalErrorException(int code)
- Constructs exception with given exit code.
- Parameters:
code
- Exit code
getCode
public int getCode()
Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.