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