org.jboss.util.property
Class PropertyError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.jboss.util.NestedError
              extended by org.jboss.util.property.PropertyError
All Implemented Interfaces:
Serializable, NestedThrowable

public class PropertyError
extends NestedError

Thrown to indicate a fatal problem with the property system.

Version:
$Revision: 1.1.28.1 $
Author:
Jason Dillon
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.util.NestedThrowable
NestedThrowable.Util
 
Field Summary
 
Fields inherited from class org.jboss.util.NestedError
nested
 
Fields inherited from interface org.jboss.util.NestedThrowable
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED
 
Constructor Summary
PropertyError()
          Construct a PropertyError with no detail.
PropertyError(String msg)
          Construct a PropertyError with the specified detail message.
PropertyError(String msg, Throwable nested)
          Construct a PropertyError with the specified detail message and nested Throwable.
PropertyError(Throwable nested)
          Construct a PropertyError with the specified nested Throwable.
 
Method Summary
 
Methods inherited from class org.jboss.util.NestedError
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyError

public PropertyError(String msg)
Construct a PropertyError with the specified detail message.

Parameters:
msg - Detail message.

PropertyError

public PropertyError(String msg,
                     Throwable nested)
Construct a PropertyError with the specified detail message and nested Throwable.

Parameters:
msg - Detail message.
nested - Nested Throwable.

PropertyError

public PropertyError(Throwable nested)
Construct a PropertyError with the specified nested Throwable.

Parameters:
nested - Nested Throwable.

PropertyError

public PropertyError()
Construct a PropertyError with no detail.



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.