org.jomc.ant
Class ResourceProcessingException

Package class diagram package ResourceProcessingException
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.ResourceProcessingException
All Implemented Interfaces:
Serializable

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

Gets thrown whenever processing resource files fails.

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

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

ResourceProcessingException

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


ResourceProcessingException

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

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

ResourceProcessingException

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

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

ResourceProcessingException

public ResourceProcessingException(String message,
                                   Throwable t)
Creates a new ResourceProcessingException 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.

ResourceProcessingException

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

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

ResourceProcessingException

public ResourceProcessingException(Throwable t,
                                   org.apache.tools.ant.Location location)
Creates a new ResourceProcessingException 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.

ResourceProcessingException

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

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.