Class ParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuiton.i18n.plugin.parser.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.RuntimeException
Permet la gestion des exceptions dans les parsers et dans les évènements
Author:
julien
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    ParserException()  
    ParserException​(java.lang.String message)  
    ParserException​(java.lang.String message, java.lang.Throwable cause)  
    ParserException​(java.lang.Throwable cause)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait