net.openmarkup
Class AssimilatorGlitch

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

public class AssimilatorGlitch
extends AssimilatorException
implements Glitch

Exception thrown by an ElementAssimilator when a minor glitch occurs.

Author:
Ramesh Gupta
See Also:
Glitch, Serialized Form

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

AssimilatorGlitch

public AssimilatorGlitch()

AssimilatorGlitch

public AssimilatorGlitch(String message)

AssimilatorGlitch

public AssimilatorGlitch(String message,
                         Throwable cause)

AssimilatorGlitch

public AssimilatorGlitch(Throwable cause)


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