Class ParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.isas.lipidomics.palinom.exceptions.ParsingException
-
- All Implemented Interfaces:
Serializable
public class ParsingException extends Exception
Exception which is thrown when syntactic errors are encountered.- Author:
- nils.hoffmann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParsingException(String message)
ParsingException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParsingException
public ParsingException(String message)
-
ParsingException
public ParsingException(String message, Throwable cause)
-
-