|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.tuscany.sca.contribution.service.ContributionException
org.apache.tuscany.sca.contribution.service.ContributionReadException
public class ContributionReadException
Denotes an exception while reading artifacts inside an SCA contribution.
Field Summary | |
---|---|
static int |
UNDEFINED
|
Constructor Summary | |
---|---|
ContributionReadException(java.lang.String message)
|
|
ContributionReadException(java.lang.String message,
java.lang.Throwable cause)
|
|
ContributionReadException(java.lang.Throwable cause)
|
Method Summary | |
---|---|
int |
getColumn()
Returns the column inside the resource that was being read. |
int |
getLine()
Returns the line inside the resource that was being read. |
java.lang.String |
getResourceURI()
Returns the location of the resource that was being read. |
void |
setColumn(int column)
Sets the column inside the resource that was being read. |
void |
setLine(int line)
Sets the line inside the resource that was being read. |
void |
setResourceURI(java.lang.String resourceURI)
Sets the location of the resource that was being read. |
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 |
Field Detail |
---|
public static final int UNDEFINED
Constructor Detail |
---|
public ContributionReadException(java.lang.String message)
public ContributionReadException(java.lang.String message, java.lang.Throwable cause)
public ContributionReadException(java.lang.Throwable cause)
Method Detail |
---|
public java.lang.String getResourceURI()
public void setResourceURI(java.lang.String resourceURI)
resourceURI
- the location of the resource that was being readpublic int getLine()
public void setLine(int line)
line
- the line inside the resource that was being readpublic int getColumn()
public void setColumn(int column)
column
- the column inside the resource that was being read
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |