java.lang
Class Error
java.lang.Object
java.lang.Throwable
java.lang.Error
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JMLAssertionError, VirtualMachineError
- public class Error
- extends Throwable
JML's specification of java.lang.Error
Class Specifications |
initially java.lang.Error.serialVersionUID == 4980196508277280342; |
Specifications inherited from class Throwable |
public represents _message <- this.getMessage();
public represents _cause <- this.getCause();
public represents _stackTrace <- this.getStackTrace(); |
Specifications inherited from class Object |
represents objectState <- org.jmlspecs.lang.JMLDataGroup.IT;
public represents _getClass <- \typeof(this); |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
static final long serialVersionUID
Error
public Error()
- Specifications: pure
-
assignable objectState;
Error
public Error(non_null String message)
- Specifications: pure
-
assignable objectState;
Error
public Error(non_null String message,
non_null Throwable cause)
- Specifications: pure
-
assignable objectState;
Error
public Error(non_null Throwable cause)
- Specifications: pure
-
assignable objectState;
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.