fr.inria.ketuk
Class XBException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fr.inria.ketuk.XBException
All Implemented Interfaces:
java.io.Serializable

public class XBException
extends java.lang.Exception

Exception raised during the processing of XBMapper

Author:
Claude Pasquier
See Also:
Serialized Form

Constructor Summary
XBException()
          Default constructor
XBException(java.lang.String message)
          Constructor with an error message specified
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XBException

public XBException()
Default constructor

XBException

public XBException(java.lang.String message)
Constructor with an error message specified