net.openmarkup
Class ApplierError
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.openmarkup.ApplierException
net.openmarkup.ApplierError
- All Implemented Interfaces:
- Error, Serializable
- public class ApplierError
- extends ApplierException
- implements Error
Exception thrown by an AttributeApplier
when a severe
error occurs.
- Author:
- Ramesh Gupta
- See Also:
Error
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ApplierError
public ApplierError()
ApplierError
public ApplierError(String message)
ApplierError
public ApplierError(String message,
Throwable cause)
ApplierError
public ApplierError(Throwable cause)
Copyright 2003-2004 eNode, Inc. All rights reserved.