net.openmarkup
Class AssimilatorError
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.openmarkup.AssimilatorException
net.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.