当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
PropertyError (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
org.jboss.util.property
Class PropertyError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.jboss.util.NestedError
org.jboss.util.property.PropertyError
- All Implemented Interfaces:
- NestedThrowable, Serializable
- public class PropertyError
- extends NestedError
Thrown to indicate a fatal problem with the property system.
- Version:
- $Revision: 1.1 $
- Author:
- Jason Dillon
- See Also:
- Serialized Form
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.