com.sun.javatest.util
Class PropertyArray.PropertyArrayError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by 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
PropertyArray.PropertyArrayError()
          Create a PropertyArrayError object.
PropertyArray.PropertyArrayError(java.lang.String msg)
          Create a PropertyArrayError object.
 
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

PropertyArray.PropertyArrayError

public PropertyArray.PropertyArrayError()
Create a PropertyArrayError object.


PropertyArray.PropertyArrayError

public PropertyArray.PropertyArrayError(java.lang.String msg)
Create a PropertyArrayError object.

Parameters:
msg - a detail message for the error


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.