| 11 | | 'net::stubbles::remote::protocol::easc::mapping::stubEASCExceptionMapping' |
|---|
| | 11 | 'net::stubbles::remote::protocol::easc::mapping::stubEASCArrayListMapping', |
|---|
| | 12 | 'net::stubbles::remote::protocol::easc::mapping::stubEASCByteArrayMapping', |
|---|
| | 13 | 'net::stubbles::remote::protocol::easc::mapping::stubEASCByteMapping', |
|---|
| | 14 | 'net::stubbles::remote::protocol::easc::mapping::stubEASCDateMapping', |
|---|
| | 15 | 'net::stubbles::remote::protocol::easc::mapping::stubEASCExceptionMapping', |
|---|
| | 16 | 'net::stubbles::remote::protocol::easc::mapping::stubEASCFloatMapping', |
|---|
| | 17 | 'net::stubbles::remote::protocol::easc::mapping::stubEASCIntegerMapping', |
|---|
| | 18 | 'net::stubbles::remote::protocol::easc::mapping::stubEASCLongMapping', |
|---|
| | 19 | 'net::stubbles::remote::protocol::easc::mapping::stubEASCShortMapping', |
|---|
| | 20 | 'net::stubbles::remote::protocol::easc::mapping::stubEASCStackTraceMapping' |
|---|
| 30 | | $this->addExceptionMapping('IllegalArgument', 'net::stubbles::lang::exceptions::stubIllegalArgumentException'); |
|---|
| 31 | | $this->addExceptionMapping('IllegalAccess', 'net::stubbles::lang::exceptions::stubIllegalAccessException'); |
|---|
| 32 | | $this->addExceptionMapping('ClassNotFound', 'net::stubbles::stubClassNotFoundException'); |
|---|
| 33 | | $this->addExceptionMapping('NullPointer', 'net::stubbles::lang::exceptions::stubNullPointerException'); |
|---|
| | 47 | $this->addMapping(new stubEASCStackTraceMapping()); |
|---|
| | 48 | $this->addExceptionMapping('net::stubbles::lang::exceptions::stubIllegalArgumentException', 'IllegalArgument'); |
|---|
| | 49 | $this->addExceptionMapping('net::stubbles::lang::exceptions::stubIllegalAccessException', 'IllegalAccess'); |
|---|
| | 50 | $this->addExceptionMapping('net::stubbles::stubClassNotFoundException', 'ClassNotFound'); |
|---|
| | 51 | $this->addExceptionMapping('net::stubbles::lang::exceptions::stubNullPointerException', 'NullPointer'); |
|---|