edu.utep.cs.utjml.compiler.rt
Class JMLCallSequenceError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.jmlspecs.jmlrac.runtime.JMLAssertionError
edu.utep.cs.utjml.compiler.rt.JMLCallSequenceError
- All Implemented Interfaces:
- Serializable
public class JMLCallSequenceError
- extends JMLAssertionError
A JML error class to notify call sequence violations.
- Version:
- $Revision: 1.1 $
- Author:
- Yoonsik Cheon
- See Also:
- Serialized Form
JMLCallSequenceError
public JMLCallSequenceError(String className,
String methodName,
Set locations)
- Creates a new
JMLCallSequenceError instance.
JMLCallSequenceError
public JMLCallSequenceError(String message,
String className,
String methodName,
Set locations)
- Creates a new
JMLCallSequenceError instance.
UTJML is Copyright (C) 2004-2006 by University of Texas at El Paso 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 JML project.