olg.csv.bean.annotations.processor
Class AnnotationProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by olg.csv.bean.annotations.processor.AnnotationProcessorException
All Implemented Interfaces:
Serializable

public class AnnotationProcessorException
extends Exception

Exception thrown on annotation processing.

Author:
Olivier Godineau
See Also:
Serialized Form

Constructor Summary
AnnotationProcessorException()
          Constructs a new exception with null as its detail message.
AnnotationProcessorException(String message)
          Constructs a new exception with the specified detail message.
AnnotationProcessorException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and cause.
AnnotationProcessorException(Throwable cause)
          Constructs a new exception with the specified 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

AnnotationProcessorException

public AnnotationProcessorException()
Constructs a new exception with null as its detail message.


AnnotationProcessorException

public AnnotationProcessorException(String message,
                                    Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).

AnnotationProcessorException

public AnnotationProcessorException(String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message.

AnnotationProcessorException

public AnnotationProcessorException(Throwable cause)
Constructs a new exception with the specified cause.

Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).


Copyright © 2014. All rights reserved.