org.apache.cxf.tools.corba.idlpreprocessor
Class PreprocessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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)
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