net.openmarkup
Class ApplierWarning

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.openmarkup.ApplierException
              extended bynet.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

Constructor Summary
ApplierWarning()
           
ApplierWarning(String message)
           
ApplierWarning(String message, Throwable cause)
           
ApplierWarning(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.