Class ErrorInfo.ExceptionInfo
- java.lang.Object
-
- org.jboss.windup.web.services.rest.ErrorInfo.ExceptionInfo
-
-
Constructor Summary
Constructors Constructor Description ExceptionInfo(String message, Class<? extends Throwable> type, String location)ExceptionInfo(Throwable ex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocation()StringgetMessage()Class<? extends Throwable>getType()
-