com.cybozu.labs.langdetect
Class LangDetectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cybozu.labs.langdetect.LangDetectException
- All Implemented Interfaces:
- Serializable
public class LangDetectException
- extends Exception
- Author:
- Nakatani Shuyo
- See Also:
- Serialized Form
|
Method Summary |
com.cybozu.labs.langdetect.ErrorCode |
getCode()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LangDetectException
public LangDetectException(com.cybozu.labs.langdetect.ErrorCode code,
String message)
- Parameters:
code - message -
getCode
public com.cybozu.labs.langdetect.ErrorCode getCode()
- Returns:
- the error code
Copyright © 2012. All Rights Reserved.