public class ResourceProcessingException extends org.apache.tools.ant.BuildException
Constructor and Description |
---|
ResourceProcessingException()
Creates a new
ResourceProcessingException instance without descriptive information. |
ResourceProcessingException(String message)
Creates a new
ResourceProcessingException instance taking a message. |
ResourceProcessingException(String message,
org.apache.tools.ant.Location location)
Creates a new
ResourceProcessingException instance taking a message and a location. |
ResourceProcessingException(String message,
Throwable t)
Creates a new
ResourceProcessingException instance taking a message and a causing Throwable . |
ResourceProcessingException(String message,
Throwable t,
org.apache.tools.ant.Location location)
Creates a new
ResourceProcessingException instance taking a message, a causing Throwable and a
location. |
ResourceProcessingException(Throwable t)
Creates a new
ResourceProcessingException instance taking a causing Throwable . |
ResourceProcessingException(Throwable t,
org.apache.tools.ant.Location location)
Creates a new
ResourceProcessingException instance taking a causing Throwable and a location. |
getException, getLocation, setLocation, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ResourceProcessingException()
ResourceProcessingException
instance without descriptive information.public ResourceProcessingException(String message)
ResourceProcessingException
instance taking a message.message
- A message describing the exception or null
.public ResourceProcessingException(Throwable t)
ResourceProcessingException
instance taking a causing Throwable
.t
- A Throwable
causing the exception or null
.public ResourceProcessingException(String message, Throwable t)
ResourceProcessingException
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 ResourceProcessingException(String message, org.apache.tools.ant.Location location)
ResourceProcessingException
instance taking a message and a location.message
- A message describing the exception or null
.location
- A location the exception occurred or null
.public ResourceProcessingException(Throwable t, org.apache.tools.ant.Location location)
ResourceProcessingException
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 ResourceProcessingException(String message, Throwable t, org.apache.tools.ant.Location location)
ResourceProcessingException
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-2013 The JOMC Project. All Rights Reserved.