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:
java.io.Serializable

public final class PreprocessingException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
PreprocessingException(java.lang.String message, java.net.URL link, int lineNo)
           
PreprocessingException(java.lang.String message, java.net.URL link, int lineNo, java.lang.Throwable cause)
           
 
Method Summary
 int getLine()
           
 java.net.URL getUrl()
           
 java.lang.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(java.lang.String message,
                              java.net.URL link,
                              int lineNo,
                              java.lang.Throwable cause)

PreprocessingException

public PreprocessingException(java.lang.String message,
                              java.net.URL link,
                              int lineNo)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

getLine

public int getLine()

getUrl

public java.net.URL getUrl()


Apache CXF