org.jomc.ant
Class ClassProcessingException

Package class diagram package ClassProcessingException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tools.ant.BuildException
                  extended by org.jomc.ant.ClassProcessingException
All Implemented Interfaces:
Serializable

public class ClassProcessingException
extends org.apache.tools.ant.BuildException

Gets thrown whenever processing class files fails.

Version:
$JOMC: ClassProcessingException.java 3838 2011-10-08 20:15:41Z schulte2005 $
Author:
Christian Schulte
See Also:
Serialized Form

Constructor Summary
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.
 
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

ClassProcessingException

public ClassProcessingException()
Creates a new ClassProcessingException instance without descriptive information.


ClassProcessingException

public ClassProcessingException(String message)
Creates a new ClassProcessingException instance taking a message.

Parameters:
message - A message describing the exception or null.

ClassProcessingException

public ClassProcessingException(Throwable t)
Creates a new ClassProcessingException instance taking a causing Throwable.

Parameters:
t - A Throwable causing the exception or null.

ClassProcessingException

public ClassProcessingException(String message,
                                Throwable t)
Creates a new ClassProcessingException instance taking a message and a causing Throwable.

Parameters:
message - A message describing the exception or null.
t - A Throwable causing the exception or null.

ClassProcessingException

public ClassProcessingException(String message,
                                org.apache.tools.ant.Location location)
Creates a new ClassProcessingException instance taking a message and a location.

Parameters:
message - A message describing the exception or null.
location - A location the exception occurred or null.

ClassProcessingException

public ClassProcessingException(Throwable t,
                                org.apache.tools.ant.Location location)
Creates a new ClassProcessingException instance taking a causing Throwable and a location.

Parameters:
t - A Throwable causing the exception or null.
location - A location the exception occurred or null.

ClassProcessingException

public 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.

Parameters:
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-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.