it.negro.jajb
Class JAJBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.negro.jajb.JAJBException
All Implemented Interfaces:
java.io.Serializable

public class JAJBException
extends java.lang.Exception

This is the main Exception for JAJB. It can be launched during creation of JAJB reading and parsing the configuration file.

Author:
Gabriele
See Also:
Serialized Form

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

JAJBException

public JAJBException(java.lang.String message,
                     java.lang.Throwable cause)
Constructor for JAJBException

Parameters:
message - the message of the thrown exception.
cause - the eventual precedent exception that has caused this one.

JAJBException

public JAJBException(java.lang.String message)
Constructor for JAJBException

Parameters:
message - the message of the thrown exception.


Copyright © 2008. All Rights Reserved.