jpl.mipl.io.vicar
Class AlreadyOpenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by jpl.mipl.io.vicar.AlreadyOpenException
All Implemented Interfaces:
Serializable

public class AlreadyOpenException
extends IOException

Attempt was made to set a property that has already been set, and cannot be set more than once. For example, setting the SystemLabel on a VicarOutput when it already has a system label would throw this exception.

See Also:
Serialized Form

Constructor Summary
AlreadyOpenException(String s)
          Detailed message
 
Method Summary
 
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

AlreadyOpenException

public AlreadyOpenException(String s)
Detailed message

Parameters:
s - detailed message