net.openmarkup
Class AssimilatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.openmarkup.AssimilatorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AssimilatorError, AssimilatorGlitch, AssimilatorWarning

public class AssimilatorException
extends Exception

Exception thrown by an ElementAssimilator.

Author:
Ramesh Gupta
See Also:
Serialized Form

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

AssimilatorException

public AssimilatorException()

AssimilatorException

public AssimilatorException(String message)

AssimilatorException

public AssimilatorException(String message,
                            Throwable cause)

AssimilatorException

public AssimilatorException(Throwable cause)


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