Package com.enonic.xp.resource
Class ResourceProblemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.exception.BaseException
-
- com.enonic.xp.resource.ResourceProblemException
-
- All Implemented Interfaces:
java.io.Serializable
@Beta public final class ResourceProblemException extends BaseException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResourceProblemException.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceProblemException.Builder
create()
java.util.List<java.lang.String>
getCallStack()
ResourceProblemException
getInnerError()
int
getLineNumber()
ResourceKey
getResource()
-
Methods inherited from class com.enonic.xp.exception.BaseException
getCode
-
-
-
-
Method Detail
-
getResource
public ResourceKey getResource()
-
getLineNumber
public int getLineNumber()
-
getCallStack
public java.util.List<java.lang.String> getCallStack()
-
getInnerError
public ResourceProblemException getInnerError()
-
create
public static ResourceProblemException.Builder create()
-
-