
public class SourceProcessingException extends org.apache.tools.ant.BuildException
| Constructor and Description |
|---|
SourceProcessingException()
Creates a new
SourceProcessingException instance without descriptive information. |
SourceProcessingException(String message)
Creates a new
SourceProcessingException instance taking a message. |
SourceProcessingException(String message,
org.apache.tools.ant.Location location)
Creates a new
SourceProcessingException instance taking a message and a location. |
SourceProcessingException(String message,
Throwable t)
Creates a new
SourceProcessingException instance taking a message and a causing Throwable. |
SourceProcessingException(String message,
Throwable t,
org.apache.tools.ant.Location location)
Creates a new
SourceProcessingException instance taking a message, a causing Throwable and a
location. |
SourceProcessingException(Throwable t)
Creates a new
SourceProcessingException instance taking a causing Throwable. |
SourceProcessingException(Throwable t,
org.apache.tools.ant.Location location)
Creates a new
SourceProcessingException instance taking a causing Throwable and a location. |
getException, getLocation, setLocation, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic SourceProcessingException()
SourceProcessingException instance without descriptive information.public SourceProcessingException(String message)
SourceProcessingException instance taking a message.message - A message describing the exception or null.public SourceProcessingException(Throwable t)
SourceProcessingException instance taking a causing Throwable.t - A Throwable causing the exception or null.public SourceProcessingException(String message, Throwable t)
SourceProcessingException instance taking a message and a causing Throwable.message - A message describing the exception or null.t - A Throwable causing the exception or null.public SourceProcessingException(String message, org.apache.tools.ant.Location location)
SourceProcessingException instance taking a message and a location.message - A message describing the exception or null.location - A location the exception occurred or null.public SourceProcessingException(Throwable t, org.apache.tools.ant.Location location)
SourceProcessingException instance taking a causing Throwable and a location.t - A Throwable causing the exception or null.location - A location the exception occurred or null.public SourceProcessingException(String message, Throwable t, org.apache.tools.ant.Location location)
SourceProcessingException instance taking a message, a causing Throwable and a
location.message - A message describing the exception or null.t - A Throwable causing the exception or null.location - A location the exception occurred or null.Copyright © 2005–2015 The JOMC Project. All rights reserved.