org.jenkinsci.plugins.tokenmacro
Class MacroEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
All Implemented Interfaces:
java.io.Serializable

public class MacroEvaluationException
extends java.lang.Exception

Signals that the evaluation of the macro has failed, and the error should be presented to users without a stack trace.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
MacroEvaluationException(java.lang.String message)
           
 
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

MacroEvaluationException

public MacroEvaluationException(java.lang.String message)


Copyright © 2004-2011. All Rights Reserved.