|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
edu.sdsc.inca.depot.persistent.MalformedInputException
public class MalformedInputException
| Constructor Summary | |
|---|---|
MalformedInputException(java.lang.String s)
Throw a new exception with this error string. |
|
MalformedInputException(java.lang.String s,
java.lang.Throwable throwable)
Throw a new exception that restulted from a catch of another. |
|
| 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 MalformedInputException(java.lang.String s)
s - error
public MalformedInputException(java.lang.String s,
java.lang.Throwable throwable)
s - messagethrowable - cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||