Package org.apache.xmlbeans.impl.common
Class InvalidLexicalValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.xmlbeans.impl.common.InvalidLexicalValueException
- All Implemented Interfaces:
Serializable
public class InvalidLexicalValueException extends RuntimeException
Author: Cezar Andrei (cezar.andrei at bea.com)
Date: Nov 24, 2003
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InvalidLexicalValueException()
InvalidLexicalValueException(String msg)
InvalidLexicalValueException(String msg, Throwable cause)
InvalidLexicalValueException(String msg, Throwable cause, Location location)
InvalidLexicalValueException(String msg, Location location)
InvalidLexicalValueException(Throwable cause)
InvalidLexicalValueException(Throwable cause, Location location)
-
Method Summary
Modifier and Type Method Description Location
getLocation()
void
setLocation(Location location)
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString