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.Error
public Exception()
Exception
with no specified detail message.public Exception(String s)
Exception
with the specified detail message.s
- the detail message.Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.