|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tools.ant.BuildException
org.jomc.ant.SourceProcessingException
public class SourceProcessingException
Gets thrown whenever processing source files fails.
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class org.apache.tools.ant.BuildException |
---|
getException, getLocation, setLocation, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public 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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |