com.ebmwebsourcing.easybox.api
Class XmlObjectValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ebmwebsourcing.easybox.api.XmlObjectValidationException
All Implemented Interfaces:
java.io.Serializable

public class XmlObjectValidationException
extends java.lang.Exception

Exception to be thrown when an error occurs during validation of an XmlObject.

Author:
mjambert
See Also:
Serialized Form

Constructor Summary
XmlObjectValidationException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
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

XmlObjectValidationException

public XmlObjectValidationException(java.lang.String message,
                                    java.lang.Throwable cause)


Copyright © 2011 Petals Link. All Rights Reserved.