org.ajax4jsf.config
Class ParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ajax4jsf.config.ParsingException
All Implemented Interfaces:
java.io.Serializable

public class ParsingException
extends java.lang.Exception

Author:
asmirnov
See Also:
Serialized Form

Constructor Summary
ParsingException()
           
ParsingException(java.lang.String message)
           
ParsingException(java.lang.String message, java.lang.Throwable cause)
           
ParsingException(java.lang.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

ParsingException

public ParsingException()

ParsingException

public ParsingException(java.lang.String message)
Parameters:
message -

ParsingException

public ParsingException(java.lang.Throwable cause)
Parameters:
cause -

ParsingException

public ParsingException(java.lang.String message,
                        java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2010. All Rights Reserved.