Package org.apache.rat.report.xml.writer
Class OperationNotAllowedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.rat.report.xml.writer.OperationNotAllowedException
-
- All Implemented Interfaces:
java.io.Serializable
public class OperationNotAllowedException extends java.io.IOException
Thrown byIXmlWriter
implementations when the current state does not allow the requested operation.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description OperationNotAllowedException(java.lang.String message)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-