Lombok.ast - v0.2

lombok.ast
Class ResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by lombok.ast.ResolutionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AnnotationClassNotAvailableException

public class ResolutionException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ResolutionException(Node problemNode, String message)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResolutionException

public ResolutionException(Node problemNode,
                           String message)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable

Lombok.ast - v0.2

Copyright © 2010-2011 The Project Lombok Authors, licensed under the MIT licence.