org.jboss.metadata.process
Class ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.metadata.process.ProcessingException
All Implemented Interfaces:
Serializable

public class ProcessingException
extends RuntimeException

ProcessingException Indicates a problem with processing metadata

Version:
$Revision: $
Author:
ALR
See Also:
Serialized Form

Constructor Summary
ProcessingException()
           
ProcessingException(String message)
           
ProcessingException(String message, Throwable cause)
           
ProcessingException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessingException

public ProcessingException()

ProcessingException

public ProcessingException(String message)
Parameters:
message -

ProcessingException

public ProcessingException(Throwable cause)
Parameters:
cause -

ProcessingException

public ProcessingException(String message,
                           Throwable cause)
Parameters:
message -
cause -


Copyright © 2009 JBoss Inc.. All Rights Reserved.