Package org.apache.openjpa.lib.util
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.openjpa.lib.util.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParseException extends java.lang.RuntimeException
Exception type for parse errors.- Since:
- 0.4.0
- Author:
- Abe White
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException()
ParseException(java.lang.String msg)
ParseException(java.lang.String msg, java.lang.Throwable cause)
ParseException(java.lang.Throwable cause)
ParseException(Localizer.Message msg)
ParseException(Localizer.Message msg, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ParseException
public ParseException()
-
ParseException
public ParseException(java.lang.String msg)
-
ParseException
public ParseException(Localizer.Message msg)
-
ParseException
public ParseException(java.lang.Throwable cause)
-
ParseException
public ParseException(java.lang.String msg, java.lang.Throwable cause)
-
ParseException
public ParseException(Localizer.Message msg, java.lang.Throwable cause)
-
-