|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cts.parser.prj.PrjParserException
public class PrjParserException
Return an exception when the prj cannot be parsed.
| Constructor Summary | |
|---|---|
PrjParserException()
Build a new PrjParserException. |
|
PrjParserException(String message)
Build a PrjParserException from a message. |
|
PrjParserException(String message,
Throwable cause)
Build a PrjParserException from a message and a cause. |
|
PrjParserException(Throwable cause)
Build a PrjParserException from a cause. |
|
| Method Summary |
|---|
| 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 |
|---|
public PrjParserException(Throwable cause)
cause - the cause of the error
public PrjParserException(String message,
Throwable cause)
message - the message to throwcause - the cause of the errorpublic PrjParserException(String message)
message - the message to throwpublic PrjParserException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||