Package com.yworks.yguard.obf
Class NoSuchMappingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.yworks.yguard.obf.NoSuchMappingException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchMappingException extends java.lang.IllegalArgumentExceptionThe type No such mapping exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchMappingException()Creates a new instance ofNoSuchMappingExceptionwithout detail message.NoSuchMappingException(java.lang.String key)Constructs an instance ofNoSuchMappingExceptionwith the specified detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()Get key string.
-
-
-
Constructor Detail
-
NoSuchMappingException
public NoSuchMappingException(java.lang.String key)
Constructs an instance ofNoSuchMappingExceptionwith the specified detail message.- Parameters:
key- the detail message.
-
NoSuchMappingException
public NoSuchMappingException()
Creates a new instance ofNoSuchMappingExceptionwithout detail message.
-
-