net.openmarkup
Class AssimilatorError

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

public class AssimilatorError
extends AssimilatorException
implements Error

Exception thrown by an ElementAssimilator when a severe error occurs.

Author:
Ramesh Gupta
See Also:
Error, Serialized Form

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

AssimilatorError

public AssimilatorError()

AssimilatorError

public AssimilatorError(String message)

AssimilatorError

public AssimilatorError(String message,
                        Throwable cause)

AssimilatorError

public AssimilatorError(Throwable cause)


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