org.apache.maven.doxia.module.apt
Class AptParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.doxia.parser.ParseException
              extended byorg.apache.maven.doxia.module.apt.AptParseException
All Implemented Interfaces:
java.io.Serializable

public class AptParseException
extends ParseException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.maven.doxia.parser.ParseException
fileName, lineNumber
 
Constructor Summary
AptParseException(java.lang.Exception e)
           
AptParseException(java.lang.String message)
           
AptParseException(java.lang.String message, AptSource source)
           
 
Methods inherited from class org.apache.maven.doxia.parser.ParseException
getFileName, getLineNumber
 
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

AptParseException

public AptParseException(java.lang.String message,
                         AptSource source)

AptParseException

public AptParseException(java.lang.String message)

AptParseException

public AptParseException(java.lang.Exception e)


Copyright © {inceptionYear}-2006 null. All Rights Reserved.