net.openmarkup
Class UnknownElementTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.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

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

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.