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