Lombok.ast - v0.2

lombok.ast
Class AstException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by lombok.ast.AstException
All Implemented Interfaces:
Serializable

public class AstException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
AstException(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

AstException

public AstException(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.