org.jboss.metadata.process
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.