org.jvnet.ws.wadl.ast
Class InvalidWADLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
InvalidWADLException(String msg, Locator locator)
          Constructs an instance of InvalidWADLException with the specified detail message and location
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 String getSystemId()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidWADLException

public InvalidWADLException(String msg,
                            Locator locator)
Constructs an instance of InvalidWADLException with the specified detail message and location

Parameters:
msg - the detail message.
Method Detail

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 © 2012. All Rights Reserved.