base class
for exceptions raised either by Isis itself or by the domain model
running on top of Isis.See: Description
| Class | Description |
|---|---|
| ExceptionUtils |
Provides utilities for manipulating and examining
Throwable objects. |
| Exception | Description |
|---|---|
| IsisApplicationException |
Indicates an error raised by the application code.
|
| IsisException |
General exception raised by the framework, typically a system exception.
|
| NotYetImplementedException |
Flags a method as not having been implemented yet, but is be implemented.
|
| UnexpectedCallException |
Indicates that a call was made to a method (normally an overridden one) that
was not expected, and hence not coded for.
|
| UnknownTypeException |
base class
for exceptions raised either by Isis itself or by the domain model
running on top of Isis.Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.