com.openharbor.beck.receive
Class UnexpectedXMLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.openharbor.beck.receive.UnexpectedXMLException
All Implemented Interfaces:
java.io.Serializable

public class UnexpectedXMLException
extends java.lang.Exception

Indicates that Beck was unable to map a Java object from XML. This often happens when receiving a root element that's erroneous or was not anticipated by the author of the Configuration.

See Also:
Serialized Form

Constructor Summary
UnexpectedXMLException(java.lang.String message)
           
 
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

UnexpectedXMLException

public UnexpectedXMLException(java.lang.String message)