|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.shell.ShellResponse
org.crsh.shell.ShellResponse.Error
public static class ShellResponse.Error
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.crsh.shell.ShellResponse |
|---|
ShellResponse.Close, ShellResponse.Display, ShellResponse.Error, ShellResponse.NoCommand, ShellResponse.Ok, ShellResponse.SyntaxError, ShellResponse.UnkownCommand |
| Constructor Summary | |
|---|---|
ShellResponse.Error(ErrorType type,
java.lang.Throwable throwable)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getText()
|
java.lang.Throwable |
getThrowable()
|
ErrorType |
getType()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ShellResponse.Error(ErrorType type,
java.lang.Throwable throwable)
| Method Detail |
|---|
public ErrorType getType()
public java.lang.Throwable getThrowable()
public java.lang.String getText()
getText in class ShellResponsepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||