Package com.yworks.yguard
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.yworks.yguard.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParseException extends java.lang.RuntimeExceptionThe type Parse exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException()Creates a new instance ofParseExceptionwithout detail message.ParseException(java.lang.Exception cause)Instantiates a new Parse exception.ParseException(java.lang.String msg)Constructs an instance ofParseExceptionwith the specified detail message.
-
-
-
Constructor Detail
-
ParseException
public ParseException()
Creates a new instance ofParseExceptionwithout detail message.
-
ParseException
public ParseException(java.lang.String msg)
Constructs an instance ofParseExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
ParseException
public ParseException(java.lang.Exception cause)
Instantiates a new Parse exception.- Parameters:
cause- the cause
-
-