org.jboss.jca.common.metadata
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.jca.common.metadata.ParserException
All Implemented Interfaces:
Serializable

public class ParserException
extends Exception

A ParserException.

Author:
Stefano Maestri
See Also:
Serialized Form

Constructor Summary
ParserException()
          Create a new ParserException.
ParserException(String message)
          Create a new ParserException.
ParserException(String message, Throwable cause)
          Create a new ParserException.
ParserException(Throwable cause)
          Create a new ParserException.
 
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

ParserException

public ParserException()
Create a new ParserException.


ParserException

public ParserException(String message,
                       Throwable cause)
Create a new ParserException.

Parameters:
message - a message
cause - a cause

ParserException

public ParserException(String message)
Create a new ParserException.

Parameters:
message - a message

ParserException

public ParserException(Throwable cause)
Create a new ParserException.

Parameters:
cause - a cause


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)