Module com.aoapps.lang
Package com.aoapps.lang
-
Class Summary Class Description AutoCloseables Utilities for working withAutoCloseable.Coercion Coerces objects to String compatible with JSP Expression Language (JSP EL) and the Java Standard Taglib (JSTL).EmptyArrays Various empty array constants.EnumUtils Utilities that help when working with Enums.Iterables A set of variousIterableover common Java types, useful to avoid conflict after type erasure.Iterables.awt A set of variousIterableover common Java types from thejava.awtpackage, useful to avoid conflict after type erasure.Iterables.util A set of variousIterableover common Java types from thejava.utilpackage, useful to avoid conflict after type erasure.ObjectUtils Deprecated. useObjectsas of Java 1.7.ProcessResult Contains the result of executing a process, including return code, standard output, and standard error.Projects Utilities that help when working withPackageand/or Maven projects.Runnables Utilities for working withRunnable.RuntimeUtils Runtime utilities that enhance behavior of java.lang.Runtime.Strings SysExits POSIX-compatible process exit values.Throwables Utilities for working withThrowable. -
Exception Summary Exception Description DisposedException Deprecated. Please useIllegalStateExceptionFrozenException Indicates an attempt was made to modify a frozen object.LocalizedIllegalArgumentException ExtendsIllegalArgumentExceptionto provide exceptions in user locale error messages.LocalizedIllegalStateException ExtendsIllegalStateExceptionto provide exceptions in user locale error messages.LocalizedUnsupportedOperationException ExtendsUnsupportedOperationExceptionto provide exceptions in user locale error messages.NullArgumentException Indicates a null argument was passed where not allowed.