Opus5
Class InvalidOperationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--Opus5.DomainException
                          |
                          +--Opus5.InvalidOperationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidOperationException
extends DomainException

Thrown when a method is invoked to perform an operation that is not permitted by the current state of this object.

Version:
$Id: InvalidOperationException.java,v 3.1 1998/07/28 01:32:17 brpreiss Exp $
Author:
Bruno R. Preiss, P.Eng.
See Also:
Serialized Form

Constructor Summary
InvalidOperationException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidOperationException

public InvalidOperationException()