当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
PropertyException (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
org.jboss.util.property
Class PropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.util.NestedRuntimeException
org.jboss.util.property.PropertyException
- All Implemented Interfaces:
- NestedThrowable, Serializable
- public class PropertyException
- extends NestedRuntimeException
This exception is thrown to indicate a non-fatal problem with the
property system.
- Version:
- $Revision: 1.1 $
- Author:
- Jason Dillon
- See Also:
- Serialized Form
PropertyException
public PropertyException(String msg)
- Construct a PropertyException with the specified detail
message.
- Parameters:
msg
- Detail message.
PropertyException
public PropertyException(String msg,
Throwable nested)
- Construct a PropertyException with the specified detail
message and nested Throwable.
- Parameters:
msg
- Detail message.nested
- Nested Throwable.
PropertyException
public PropertyException(Throwable nested)
- Construct a PropertyException with the specified
nested Throwable.
- Parameters:
nested
- Nested Throwable.
PropertyException
public PropertyException()
- Construct a PropertyException with no detail.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.