public class Exception extends Throwable
Exception and its subclasses are a form of
Throwable that indicates conditions that a reasonable
application might want to catch.Errorpublic Exception()
Exception with no specified detail message.public Exception(String s)
Exception with the specified detail message.s - the detail message.Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.