Package com.sun.javatest.util
Class PropertyArray.PropertyArrayError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- com.sun.javatest.util.PropertyArray.PropertyArrayError
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PropertyArray
public static class PropertyArray.PropertyArrayError extends java.lang.Error
A class used to report problems that may occur when using PropertyArray.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyArrayError()
Create a PropertyArrayError object.PropertyArrayError(java.lang.String msg)
Create a PropertyArrayError object.
-