net.openmarkup
Class ApplierException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.openmarkup.ApplierException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApplierError, ApplierGlitch, ApplierWarning

public class ApplierException
extends Exception

Exception thrown by an AttributeApplier.

Author:
Ramesh Gupta
See Also:
Serialized Form

Constructor Summary
ApplierException()
           
ApplierException(String message)
           
ApplierException(String message, Throwable cause)
           
ApplierException(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

ApplierException

public ApplierException()

ApplierException

public ApplierException(String message)

ApplierException

public ApplierException(String message,
                        Throwable cause)

ApplierException

public ApplierException(Throwable cause)


Copyright 2003-2004 eNode, Inc. All rights reserved.