Package error
Class OTMError
- java.lang.Object
-
- error.OTMError
-
public class OTMError extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OTMError.Level
-
Field Summary
Fields Modifier and Type Field Description String
description
OTMError.Level
level
-
Constructor Summary
Constructors Constructor Description OTMError(String description, OTMError.Level level)
-
-
-
Field Detail
-
description
public String description
-
level
public OTMError.Level level
-
-
Constructor Detail
-
OTMError
public OTMError(String description, OTMError.Level level)
-
-