net.openmarkup
Class UnknownElementTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.openmarkup.UnknownElementTypeException
- All Implemented Interfaces:
- Serializable
- public class UnknownElementTypeException
- extends Exception
Exception thrown when an unknown element type is encountered during object
realization.
- Author:
- Ramesh Gupta
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownElementTypeException
public UnknownElementTypeException()
UnknownElementTypeException
public UnknownElementTypeException(String message)
UnknownElementTypeException
public UnknownElementTypeException(String message,
Throwable cause)
UnknownElementTypeException
public UnknownElementTypeException(Throwable cause)
Copyright 2003-2004 eNode, Inc. All rights reserved.