org.milyn.scribe
Class IllegalAnnotationUsageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.milyn.scribe.IllegalAnnotationUsageException
All Implemented Interfaces:
Serializable

public class IllegalAnnotationUsageException
extends RuntimeException

A IllegalAnnotationUsageException is thrown when a Annotation was used in a wrong 'illegal' way.

Author:
maurice.zeijen@smies.com
See Also:
Serialized Form

Constructor Summary
IllegalAnnotationUsageException()
           
IllegalAnnotationUsageException(String message)
           
IllegalAnnotationUsageException(String message, Throwable cause)
           
IllegalAnnotationUsageException(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

IllegalAnnotationUsageException

public IllegalAnnotationUsageException()

IllegalAnnotationUsageException

public IllegalAnnotationUsageException(String message)
Parameters:
message -

IllegalAnnotationUsageException

public IllegalAnnotationUsageException(Throwable cause)
Parameters:
cause -

IllegalAnnotationUsageException

public IllegalAnnotationUsageException(String message,
                                       Throwable cause)
Parameters:
message -
cause -


Copyright © 2014. All Rights Reserved.