org.apache.maven.usability.plugin
Class ExpressionDocumentationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.usability.plugin.ExpressionDocumentationException
All Implemented Interfaces:
java.io.Serializable

public class ExpressionDocumentationException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
ExpressionDocumentationException(java.lang.String message)
           
ExpressionDocumentationException(java.lang.String message, java.lang.Throwable cause)
           
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ExpressionDocumentationException

public ExpressionDocumentationException(java.lang.String message,
                                        java.lang.Throwable cause)

ExpressionDocumentationException

public ExpressionDocumentationException(java.lang.String message)


Copyright 2006 Apache Software Foundation. All Rights Reserved.