net.karneim.pojobuilder
Class BuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.karneim.pojobuilder.BuildException
All Implemented Interfaces:
Serializable

public class BuildException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
BuildException(Diagnostic.Kind kind, String message, Element element)
           
BuildException(Throwable cause)
           
 
Method Summary
 Element getElement()
           
 Diagnostic.Kind getKind()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

BuildException

public BuildException(Diagnostic.Kind kind,
                      String message,
                      Element element)

BuildException

public BuildException(Throwable cause)
Method Detail

getKind

public Diagnostic.Kind getKind()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getElement

public Element getElement()


Copyright © 2013. All Rights Reserved.