com.legstar.coxb.util
Class JAXBAnnotationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.legstar.coxb.util.JAXBAnnotationException
All Implemented Interfaces:
Serializable

public class JAXBAnnotationException
extends Exception

If the JAXB annotations are incomplete or inconsistent we raise such an exception.

See Also:
Serialized Form

Constructor Summary
JAXBAnnotationException(Exception e)
          Constructor from an inner exception.
JAXBAnnotationException(String message)
          Constructor from an error message.
 
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

JAXBAnnotationException

public JAXBAnnotationException(String message)
Constructor from an error message.

Parameters:
message - the text message

JAXBAnnotationException

public JAXBAnnotationException(Exception e)
Constructor from an inner exception.

Parameters:
e - the inner exception


Copyright © 2015 LegSem. All Rights Reserved.