net.openmarkup
Class ApplierGlitch

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.openmarkup.ApplierException
              extended bynet.openmarkup.ApplierGlitch
All Implemented Interfaces:
Glitch, Serializable

public class ApplierGlitch
extends ApplierException
implements Glitch

Exception thrown by an AttributeApplier when a minor glitch occurs.

Author:
Ramesh Gupta
See Also:
Glitch, Serialized Form

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

ApplierGlitch

public ApplierGlitch()

ApplierGlitch

public ApplierGlitch(String message)

ApplierGlitch

public ApplierGlitch(String message,
                     Throwable cause)

ApplierGlitch

public ApplierGlitch(Throwable cause)


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