Apache CXF API

org.apache.cxf.tools.corba.idlpreprocessor
Class PreprocessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cxf.tools.corba.idlpreprocessor.PreprocessingException
All Implemented Interfaces:
Serializable

public final class PreprocessingException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
PreprocessingException(String message, URL link, int lineNo)
           
PreprocessingException(String message, URL link, int lineNo, Throwable cause)
           
 
Method Summary
 int getLine()
           
 URL getUrl()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PreprocessingException

public PreprocessingException(String message,
                              URL link,
                              int lineNo,
                              Throwable cause)

PreprocessingException

public PreprocessingException(String message,
                              URL link,
                              int lineNo)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable

getLine

public int getLine()

getUrl

public URL getUrl()

Apache CXF API

Apache CXF