|
Lafros MaCS 1.2r1
|
|
com/lafros/macs/CmdException.scala]
abstract
class
CmdException(s : java.lang.String, e : java.lang.Exception)
extends java.lang.Exception with AnyRef| Method Summary | |
override def
|
toString
: java.lang.String
Returns a string representation of the object.
|
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
override
def
toString : java.lang.String
The default representation is platform dependent.
|
Lafros MaCS 1.2r1
|
|