org.jvnet.ws.wadl.ast
Class InvalidWADLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jvnet.ws.wadl.ast.InvalidWADLException
- All Implemented Interfaces:
- Serializable
public class InvalidWADLException
- extends Exception
Thrown the the WADL is invalid and cannot be processed.
- Author:
- gdavison
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidWADLException
public InvalidWADLException(String msg,
Locator locator)
- Constructs an instance of
InvalidWADLException with the specified detail message
and location
- Parameters:
msg - the detail message.
getLineNumber
public int getLineNumber()
- Returns:
- the line number for the problem, can be -1
getColumnNumber
public int getColumnNumber()
- Returns:
- the column for the problem, can be -1
getSystemId
public String getSystemId()
- Returns:
- the system id of the location, can be used as the location
of the file being processed if avaliable.
Copyright © 2014. All Rights Reserved.