Artenus 2D Framework
Artenus Reference
com.annahid.libs.artenus.security

ValidationException

Exception thrown when an error occurs while validating the integrity of data managed by an Obfuscator.
public class ValidationException
extends Exception

Constructor Summary

Modifier and TypeConstructor and Description
public ValidationException()
public ValidationException(String s)

Method Summary

Methods inherited from java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Methods inherited from java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ValidationException
public  ValidationException()
ValidationException
public  ValidationException(
    String s
)