net.openmarkup
Class ApplierError

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

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

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.