jpl.mipl.io.vicar
Class AlreadyOpenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AlreadyOpenException
public AlreadyOpenException(String s)
- Detailed message
- Parameters:
s - detailed message